Update src/app/shop/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog
|
||||
|
||||
export default function ShopPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
@@ -16,6 +16,7 @@ export default function ShopPage() {
|
||||
{ name: "Cart", id: "/cart" },
|
||||
]}
|
||||
brandName="Grey Specialty Coffee"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
<div className="pt-32 pb-20">
|
||||
<ProductCatalog layout="page" products={[]} />
|
||||
|
||||
Reference in New Issue
Block a user