diff --git a/src/app/products/[id]/page.tsx b/src/app/products/[id]/page.tsx index b6bd0bd..dcd050c 100644 --- a/src/app/products/[id]/page.tsx +++ b/src/app/products/[id]/page.tsx @@ -9,9 +9,20 @@ import { Instagram, Twitter } from "lucide-react"; export default function ProductDetail() { const { id } = useParams(); return ( - +