Update src/app/shop/page.tsx

This commit is contained in:
2026-03-03 19:27:40 +00:00
parent acd9c6435b
commit 4b1bd9344f

View File

@@ -63,7 +63,7 @@ export default function ShopPage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="UNREST"
button={{ text: "Cart", href: "/cart" }}
button={{ text: "Cart", href: "/cart", pressable: true }}
animateOnLoad={true}
/>
</div>
@@ -119,11 +119,8 @@ export default function ShopPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={footerColumns}
logoText="UNREST"
/>
<FooterLogoEmphasis columns={footerColumns} logoText="UNREST" />
</div>
</ThemeProvider>
);
}
}