diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 13530dc..94df191 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,17 +6,25 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree"; export default function ShopPage() { return ( - - + +
); -} +} \ No newline at end of file