diff --git a/src/app/page.tsx b/src/app/page.tsx index 8813f1d..7c3253f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function WebAgency2Page() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - buttons={[{ text: "Všetky Služby", href: "#services" }]}n buttonAnimation="slide-up" + buttons={[{ text: "Všetky Služby", href: "#services" }]} buttonAnimation="slide-up" features={[ { title: "SEO", description: "Optimalizujeme vašu webovú stránku pre vyššie pozície vo vyhľadávačoch a zvyšujeme organickú návštevnosť.", bentoComponent: "marquee", centerIcon: Search, @@ -100,7 +100,7 @@ export default function WebAgency2Page() { description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami." textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "Zobraziť Celú Prácu", href: "#work" }]}n buttonAnimation="slide-up" + buttons={[{ text: "Zobraziť Celú Prácu", href: "#work" }]} buttonAnimation="slide-up" cardClassName="!h-auto aspect-video" features={[ { @@ -236,7 +236,7 @@ export default function WebAgency2Page() { buttons={[ { text: "Spustite Svoj Projekt", href: "#contact" }, { text: "Zobraziť Našu Prácu", href: "#work" } - ]}n buttonAnimation="slide-up" + ]} buttonAnimation="slide-up" useInvertedBackground={false} /> + ]} /> );