Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 18:45:08 +00:00
parent 7e05e2e3d2
commit 4c4cd18673

View File

@@ -64,7 +64,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="VintDragon"
brandName="Vintdragon"
button={{
text: "Book Strategy Call",
href: "/contact",
@@ -122,7 +122,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
copyrightText="© 2025 Vintdragon. Driving Business Growth Through Digital Excellence."
/>
</div>
</ThemeProvider>