diff --git a/app/product/page.tsx b/app/product/page.tsx index c0ccb9c..0ebe821 100644 --- a/app/product/page.tsx +++ b/app/product/page.tsx @@ -134,8 +134,8 @@ export default function ProductPage() { - {/* Product Cards Grid */} -
+ {/* Product Cards Grid - Horizontal Layout */} +
{products.map((product) => (