Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:40:32 +00:00
parent c948594ff4
commit bb5faae416

View File

@@ -31,7 +31,7 @@ export default function WebAgency2Page() {
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Webild"
brandName="Grow With Social"
navItems={[
{ name: "Práca", id: "work" },
{ name: "Služby", id: "services" },
@@ -102,7 +102,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={[{ text: "Zobraziť všetky práce", href: "#work" }]}+
buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video"
features={[
@@ -168,7 +168,7 @@ export default function WebAgency2Page() {
]}
/>
<TestimonialCardFifteen
testimonial="Webild úplne premenil našu online prítomnosť. Tím dodal úchvatnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie."
testimonial="Grow With Social úplne premenil našu online prítomnosť. Tím dodal úchvatnú webovú stránku, ktorá prekonala naše očakávania a zdvojnásobila mieru konverzie."
rating={5}
author="— Maria Santos, CEO Luxuria Travel"
avatars={[
@@ -192,7 +192,7 @@ export default function WebAgency2Page() {
]}
/>
<FeatureCardSixteen
title="Prečo si vybrať Webild"
title="Prečo si vybrať Grow With Social"
description="Pozrite sa, aký rozdiel robí profesionálna webová agentúra."
textboxLayout="default"
useInvertedBackground={false}
@@ -246,8 +246,8 @@ export default function WebAgency2Page() {
useInvertedBackground={false}
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
logoText="Grow With Social"
copyrightText="© 2026 | Grow With Social"
columns={[
{
title: "Spoločnosť", items: [
@@ -267,10 +267,10 @@ export default function WebAgency2Page() {
},
{
title: "Spojiť sa", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
{ label: "Twitter", href: "/#" },
{ label: "LinkedIn", href: "/#" },
{ label: "Instagram", href: "/#" },
{ label: "Dribbble", href: "/#" },
],
},
]}