Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 19:57:42 +00:00
parent 710069a397
commit 9aef4c4276

View File

@@ -64,7 +64,7 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="UNREST"
button={{ text: "Cart", href: "/cart", pressable: true }}
button={{ text: "Cart", href: "/cart" }}
animateOnLoad={true}
/>
</div>