diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 161d317..8407a5d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -24,29 +24,46 @@ export default function ProductsPage() { ].map(p => ({ ...p, imageSrc: "http://img.b2bpic.net/free-photo/baked-pie-stuffed-with-food-inside-pottery-bowl_114579-2598.jpg" })); return ( - + - -
+ + - + );