Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:57:46 +00:00
parent 9aef4c4276
commit d2a5f60444

View File

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