Merge version_5 into main #15
@@ -22,7 +22,6 @@ export default function ProductsPage() {
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/#menu" }, { name: "Products", id: "/products" }, { name: "Contact", id: "/#contact" }]}
|
||||
brandName="Mr. Bagel"
|
||||
/>
|
||||
<main className="pt-32 pb-20 px-6 max-w-6xl mx-auto">
|
||||
<ProductCardThree
|
||||
@@ -32,6 +31,7 @@ export default function ProductsPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
products={[]}
|
||||
useInvertedBackground={false}
|
||||
className="py-0"
|
||||
/>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user