Update src/app/page.tsx

This commit is contained in:
2026-05-10 05:54:36 +00:00
parent b140c1ec56
commit 7b42f1d284

View File

@@ -31,7 +31,7 @@ export default function WebAgency2Page() {
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Webild"
brandName="Sync Agency"
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
@@ -168,7 +168,7 @@ export default function WebAgency2Page() {
]}
/>
<TestimonialCardFifteen
testimonial="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
testimonial="Sync Agency completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
rating={5}
author="— Maria Santos, CEO at Luxuria Travel"
avatars={[
@@ -192,7 +192,7 @@ export default function WebAgency2Page() {
]}
/>
<FeatureCardSixteen
title="Why Choose Webild"
title="Why Choose Sync Agency"
description="See the difference a professional web agency makes."
textboxLayout="default"
useInvertedBackground={false}
@@ -246,8 +246,8 @@ export default function WebAgency2Page() {
useInvertedBackground={false}
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
logoText="Sync Agency"
copyrightText="© 2026 | Sync Agency"
columns={[
{
title: "Company", items: [
@@ -278,4 +278,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}