diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c2201c4..37d3769 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -51,17 +51,17 @@ export default function ProductsPage() { textboxLayout="default" products={[ { - id: "product-1", name: "Classic Casual Shoes", price: "₹1,299", variant: "Available in Black, Brown, White", imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg", imageAlt: "mens casual shoes"}, + id: "product-1", name: "Classic Casual Shoes", price: "₹1,299", variant: "Available in Black, Brown, White", imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=3", imageAlt: "mens casual shoes"}, { - id: "product-2", name: "Women's Fashion Heels", price: "₹1,599", variant: "Available in Red, Black, Nude", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-red-bag-sunglasses-happy-mood-fashionable-outfit-trendy-apparel-smiling-sitting-summer-yellow-high-heel-shoes-accessories_285396-3824.jpg", imageAlt: "womens fashion shoes"}, + id: "product-2", name: "Women's Fashion Heels", price: "₹1,599", variant: "Available in Red, Black, Nude", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-beautiful-woman-blue-printed-dress-red-bag-sunglasses-happy-mood-fashionable-outfit-trendy-apparel-smiling-sitting-summer-yellow-high-heel-shoes-accessories_285396-3824.jpg?_wi=3", imageAlt: "womens fashion shoes"}, { - id: "product-3", name: "Kids Running Shoes", price: "₹899", variant: "Available in Blue, Pink, Green", imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg", imageAlt: "kids shoes"}, + id: "product-3", name: "Kids Running Shoes", price: "₹899", variant: "Available in Blue, Pink, Green", imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg?_wi=3", imageAlt: "kids shoes"}, { - id: "product-4", name: "Sports Athletic Shoes", price: "₹1,499", variant: "Available in Black, White, Red", imageSrc: "http://img.b2bpic.net/free-photo/active-woman-running-stairs_23-2148381928.jpg", imageAlt: "sports shoes"}, + id: "product-4", name: "Sports Athletic Shoes", price: "₹1,499", variant: "Available in Black, White, Red", imageSrc: "http://img.b2bpic.net/free-photo/active-woman-running-stairs_23-2148381928.jpg?_wi=3", imageAlt: "sports shoes"}, { - id: "product-5", name: "Comfortable Sandals", price: "₹599", variant: "Available in Brown, Tan, Black", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991545.jpg", imageAlt: "sandals"}, + id: "product-5", name: "Comfortable Sandals", price: "₹599", variant: "Available in Brown, Tan, Black", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991545.jpg?_wi=2", imageAlt: "sandals"}, { - id: "product-6", name: "Formal Office Shoes", price: "₹1,799", variant: "Available in Black, Brown, Tan", imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg", imageAlt: "formal shoes"}, + id: "product-6", name: "Formal Office Shoes", price: "₹1,799", variant: "Available in Black, Brown, Tan", imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=4", imageAlt: "formal shoes"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"