Merge version_5 into main #15

Merged
bender merged 1 commits from version_5 into main 2026-04-13 15:56:06 +00:00

View File

@@ -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>