Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-23 09:52:18 +00:00
parent 1b7fa4a398
commit d1b604007d

View File

@@ -92,7 +92,6 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleApple
brandName="Gladiatogo"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
{isLoading ? (