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

This commit is contained in:
2026-02-25 00:00:01 +00:00
parent ca2b22fffc
commit 3658eeec99

View File

@@ -226,7 +226,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ text: "Add To Cart", onClick: handleAddToCart },
{ text: "Buy Now", onClick: handleBuyNow },
]}
imageClassName="hover:scale-x-[-1] transition-transform duration-300"
/>
</div>
<div id="productCart" data-section="productCart">