Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-02 11:51:24 +00:00
4 changed files with 15 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ export default function ContactPage() {
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Webild"
brandName="HoB Media"
navItems={NAV_ITEMS}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -79,8 +79,8 @@ export default function ContactPage() {
mediaAnimation="slide-up"
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
logoText="HoB Media"
copyrightText="© 2026 | HoB Media"
columns={FOOTER_COLUMNS}
/>
</ReactLenis>

View File

@@ -19,8 +19,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: 'PixelPerfect Agency | Web Design & Development',
description: 'Transform your online presence with PixelPerfect Agency. We craft stunning, high-performing websites tailored to your brand\'s unique vision and goals.',
title: 'HoB Media | Web Design & Development',
description: 'Transform your online presence with HoB Media. We craft stunning, high-performing websites tailored to your brand\'s unique vision and goals.',
};
export default function RootLayout({

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>
);
}
}

View File

@@ -74,7 +74,7 @@ export default function PortfolioPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Webild"
brandName="HoB Media"
navItems={NAV_ITEMS}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -91,8 +91,8 @@ export default function PortfolioPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
logoText="HoB Media"
copyrightText="© 2026 | HoB Media"
columns={FOOTER_COLUMNS}
/>
</div>