Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 19:57:37 +00:00
parent 1d99a0af5b
commit 710069a397

View File

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