diff --git a/src/app/page.tsx b/src/app/page.tsx index a9015fa..a1a348b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/footwear-two-fashion-leather-white_1203-6541.jpg" + imageSrc="http://img.b2bpic.net/free-photo/footwear-two-fashion-leather-white_1203-6541.jpg?_wi=1" imageAlt="Luxury sneaker collection" avatars={[ { @@ -99,25 +99,25 @@ export default function LandingPage() { id: "1", name: "Midnight Leather", price: "$295", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg?_wi=1", }, { id: "2", name: "Cloud Runner", price: "$185", - imageSrc: "http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg?_wi=1", }, { id: "3", name: "Classic Oxford", price: "$320", - imageSrc: "http://img.b2bpic.net/free-photo/woman-leather-shoes_1203-8259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-leather-shoes_1203-8259.jpg?_wi=1", }, { id: "4", name: "Urban Trainer", price: "$210", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005662.jpg?_wi=1", }, { id: "5", @@ -150,7 +150,7 @@ export default function LandingPage() { quote: "The most comfortable and aesthetically pleasing shoe I've ever owned.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-posing-wrapping-up-grey-cloth_176420-16804.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/footwear-two-fashion-leather-white_1203-6541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/footwear-two-fashion-leather-white_1203-6541.jpg?_wi=2", imageAlt: "luxury leather sneaker studio photography", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { quote: "Incredible attention to detail. These shoes are architectural marvels.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-sitting-white-room-with-windows-background_613910-10638.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg?_wi=2", imageAlt: "modern leather sneaker side view", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { quote: "Timeless, minimal, and perfectly balanced. Truly luxury footwear.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-leaning-against-wooden-sculpture_171337-19338.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg?_wi=2", imageAlt: "white minimalist running shoe", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { quote: "The craftmanship is unmatched. Worth every penny for the quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/man-with-smartphone-walking-near-road_23-2147747839.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-leather-shoes_1203-8259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-leather-shoes_1203-8259.jpg?_wi=2", imageAlt: "brown leather oxford dress shoe", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { quote: "Finally, a minimalist shoe that feels as good as it looks.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005662.jpg?_wi=2", imageAlt: "black running trainer lightweight", }, ]} @@ -215,14 +215,14 @@ export default function LandingPage() { title: "Premium Materials", subtitle: "Only the best leather", description: "We source sustainably harvested leather for maximum longevity.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-stylish-shoes-store_627829-6034.jpg?_wi=3", }, { tag: "Comfort", title: "Ergonomic Design", subtitle: "All-day support", description: "Engineered for support that contours to your unique footprint.", - imageSrc: "http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg?_wi=3", }, ]} />