Added English and Czech content
Added English and Czech translations of the page (placeholders like posts and compositions not included)
This commit is contained in:
@ -8,8 +8,8 @@ const t = useTranslations(getLangFromUrl(Astro.url))
|
||||
|
||||
<SinglePage>
|
||||
<!-- Hero Image -->
|
||||
<div class="w-full flex justify-center mt-20">
|
||||
<img src={t("hero").image} alt="" class="rounded-full" />
|
||||
<div class="w-full flex justify-center mt-20 ">
|
||||
<img src={t("hero").image} alt="" class="rounded-full w-[200px] h-[200px]" />
|
||||
</div>
|
||||
<!-- Hero Text -->
|
||||
<div class="mt-[6rem]">
|
||||
|
Reference in New Issue
Block a user