Update src/app/page.tsx
This commit is contained in:
@@ -31,7 +31,7 @@ export default function WebAgency2Page() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Webild"
|
brandName="Grow With Social"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Práca", id: "work" },
|
{ name: "Práca", id: "work" },
|
||||||
{ name: "Služby", id: "services" },
|
{ name: "Služby", id: "services" },
|
||||||
@@ -102,7 +102,7 @@ export default function WebAgency2Page() {
|
|||||||
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
|
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Zobraziť všetky práce", href: "#work" }]}
|
buttons={[{ text: "Zobraziť všetky práce", href: "#work" }]}+
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
cardClassName="!h-auto aspect-video"
|
cardClassName="!h-auto aspect-video"
|
||||||
features={[
|
features={[
|
||||||
@@ -168,7 +168,7 @@ export default function WebAgency2Page() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<TestimonialCardFifteen
|
<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}
|
rating={5}
|
||||||
author="— Maria Santos, CEO Luxuria Travel"
|
author="— Maria Santos, CEO Luxuria Travel"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -192,7 +192,7 @@ export default function WebAgency2Page() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<FeatureCardSixteen
|
<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."
|
description="Pozrite sa, aký rozdiel robí profesionálna webová agentúra."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -246,8 +246,8 @@ export default function WebAgency2Page() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Webild"
|
logoText="Grow With Social"
|
||||||
copyrightText="© 2026 | Webild"
|
copyrightText="© 2026 | Grow With Social"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Spoločnosť", items: [
|
title: "Spoločnosť", items: [
|
||||||
@@ -267,10 +267,10 @@ export default function WebAgency2Page() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Spojiť sa", items: [
|
title: "Spojiť sa", items: [
|
||||||
{ label: "Twitter", href: "#" },
|
{ label: "Twitter", href: "/#" },
|
||||||
{ label: "LinkedIn", href: "#" },
|
{ label: "LinkedIn", href: "/#" },
|
||||||
{ label: "Instagram", href: "#" },
|
{ label: "Instagram", href: "/#" },
|
||||||
{ label: "Dribbble", href: "#" },
|
{ label: "Dribbble", href: "/#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -278,4 +278,4 @@ export default function WebAgency2Page() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user