diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index b667d55..0b61def 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -11,6 +11,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import { useProductDetail } from "@/hooks/useProductDetail"; import { useCart } from "@/hooks/useCart"; import { useCheckout } from "@/hooks/useCheckout"; +import Link from "next/link"; interface ProductPageProps { params: Promise<{ id: string }>; @@ -74,25 +75,26 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" headingFontWeight="normal" > -