Update src/app/products/page.tsx

This commit is contained in:
2026-03-12 07:08:10 +00:00
parent a14bd74eb5
commit e091aca044

View File

@@ -57,7 +57,7 @@ export default function ProductsPage() {
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",
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",
},
{
@@ -65,7 +65,7 @@ export default function ProductsPage() {
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",
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",
},
{
@@ -73,7 +73,7 @@ export default function ProductsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg?_wi=3",
imageAlt: "kids shoes",
},
{
@@ -81,7 +81,7 @@ export default function ProductsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/active-woman-running-stairs_23-2148381928.jpg?_wi=3",
imageAlt: "sports shoes",
},
{
@@ -89,7 +89,7 @@ export default function ProductsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991545.jpg?_wi=2",
imageAlt: "sandals",
},
{
@@ -97,7 +97,7 @@ export default function ProductsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=4",
imageAlt: "formal shoes",
},
]}