Update src/app/page.tsx

This commit is contained in:
2026-06-02 11:51:21 +00:00
parent 235f3b5203
commit a2bc668257

View File

@@ -31,7 +31,7 @@ export default function WebAgency2Page() {
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Webild"
brandName="HoB Media"
navItems={[
{ name: "Home", id: "/" },
{ name: "Portfolio", id: "/portfolio" },
@@ -42,7 +42,7 @@ export default function WebAgency2Page() {
button={{ text: "Get Started", href: "/contact" }}
/>
<HeroSplitDoubleCarousel
title="We Build Digital Experiences"
title="HoB Media: Digital Experiences"
description="Transform your brand with cutting-edge web design and development. We craft stunning websites that convert visitors into customers."
tag="Award-Winning Agency"
tagIcon={Sparkles}
@@ -169,7 +169,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="HoB Media 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={[
@@ -193,7 +193,7 @@ export default function WebAgency2Page() {
]}
/>
<FeatureCardSixteen
title="Why Choose Webild"
title="Why Choose HoB Media"
description="See the difference a professional web agency makes."
textboxLayout="default"
useInvertedBackground={false}
@@ -247,8 +247,8 @@ export default function WebAgency2Page() {
useInvertedBackground={false}
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
logoText="HoB Media"
copyrightText="© 2026 | HoB Media"
columns={[
{
title: "Company", items: [
@@ -279,4 +279,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}