Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 19:16:37 +00:00
parent d1fa18225c
commit 8a3c39bcaf

View File

@@ -62,7 +62,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="STREETWEAR CO."
brandName="UNREST"
button={{ text: "Cart", href: "/cart" }}
animateOnLoad={true}
/>
@@ -112,7 +112,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={footerColumns}
logoText="STREETWEAR CO."
logoText="UNREST"
/>
</div>
</ThemeProvider>