Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user