Update src/app/shop/page.tsx

This commit is contained in:
2026-05-11 14:33:18 +00:00
parent fd4a723062
commit a7ffa57004

View File

@@ -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={[]} />