Update src/app/products/page.tsx

This commit is contained in:
2026-05-24 21:10:38 +00:00
parent c6231b30d6
commit e37fc43746

View File

@@ -32,9 +32,9 @@ export default function ProductsPage() {
<ProductCatalog
layout="page"
products={[
{ id: "1", name: "Summer Floral Dress", price: "₹1499", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-floral-dress_23-2148906935.jpg" },
{ id: "2", name: "Urban Denim Jacket", price: "₹1999", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-denim-jacket_23-2148911964.jpg" },
{ id: "3", name: "Casual White Tee", price: "₹599", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-tshirt-mockup_23-2148925488.jpg" }
{ id: "1", name: "Summer Floral Dress", price: "₹1499", rating: 5, imageSrc: "https://www.instagram.com/p/C9_12345/media/?size=l" },
{ id: "2", name: "Urban Denim Jacket", price: "₹1999", rating: 4, imageSrc: "https://www.instagram.com/p/C9_67890/media/?size=l" },
{ id: "3", name: "Casual White Tee", price: "₹599", rating: 5, imageSrc: "https://www.instagram.com/p/C9_abcde/media/?size=l" }
]}
/>
</div>