Update src/app/contact/page.tsx

This commit is contained in:
2026-06-02 11:51:20 +00:00
parent b71652e0bd
commit 58b07cbe9d

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>