diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b4ddbf..863e0fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,13 +87,13 @@ export default function LandingPage() { description="Premium shoes for every occasion. From athletic performance to elegant style, find your perfect pair." products={[ { - id: "1", name: "Performance Athletic Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg", imageAlt: "Performance Athletic Pro Shoes", initialQuantity: 1, + id: "1", name: "Performance Athletic Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=1", imageAlt: "Performance Athletic Pro Shoes", initialQuantity: 1, }, { - id: "2", name: "Classic Formal Oxford", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg", imageAlt: "Classic Formal Oxford", initialQuantity: 1, + id: "2", name: "Classic Formal Oxford", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg?_wi=1", imageAlt: "Classic Formal Oxford", initialQuantity: 1, }, { - id: "3", name: "Urban Comfort Casual", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg", imageAlt: "Urban Comfort Casual Shoes", initialQuantity: 1, + id: "3", name: "Urban Comfort Casual", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg?_wi=1", imageAlt: "Urban Comfort Casual Shoes", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -113,19 +113,19 @@ export default function LandingPage() { { id: 1, title: "Premium Materials", description: "Sourced from the finest suppliers worldwide, every shoe features top-quality leather and sustainable materials for durability and comfort.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg?_wi=2" }, }, { id: 2, title: "Expert Craftsmanship", description: "Each pair is handcrafted by skilled artisans with years of experience in footwear design and manufacturing excellence.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=3" }, }, ]}