Update src/app/page.tsx

This commit is contained in:
2026-06-10 17:59:14 +00:00
parent 3ec5e59ebe
commit 69041b5cf3

View File

@@ -38,7 +38,6 @@ export default function WebAgency2Page() {
{ name: "O nás", id: "about" },
{ name: "Kontakt", id: "contact" },
]}
button={{ text: "Začať", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="Tvoríme digitálne zážitky"
@@ -47,10 +46,7 @@ export default function WebAgency2Page() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Začať projekt", href: "#contact" },
{ text: "Zobraziť prácu", href: "#work" },
]}
buttons={[]}
buttonAnimation="slide-up"
carouselPosition="right"
leftCarouselItems={[
@@ -74,7 +70,7 @@ export default function WebAgency2Page() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "Všetky služby", href: "#services" }]}
buttons={[]}
buttonAnimation="slide-up"
features={[
{
@@ -102,7 +98,7 @@ export default function WebAgency2Page() {
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Zobraziť všetky práce", href: "#work" }]}
buttons={[]}
buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video"
features={[
@@ -238,10 +234,7 @@ export default function WebAgency2Page() {
title="Pripravení transformovať svoju digitálnu prítomnosť?"
description="Poďme spoločne vytvoriť niečo mimoriadne. Ozvite sa a prediskutujme váš ďalší projekt."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Začať váš projekt", href: "#contact" },
{ text: "Zobraziť našu prácu", href: "#work" },
]}
buttons={[]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -259,10 +252,10 @@ export default function WebAgency2Page() {
},
{
title: "Služby", items: [
{ label: "Vývoj webu", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Budovanie značky", href: "#" },
{ label: "UI/UX Dizajn", href: "#" },
{ label: "Vývoj webu", href: "/#" },
{ label: "SEO", href: "/#" },
{ label: "Budovanie značky", href: "/#" },
{ label: "UI/UX Dizajn", href: "/#" },
],
},
{