diff --git a/src/app/page.tsx b/src/app/page.tsx index 58ed026..c4eee2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,10 +78,10 @@ export default function LandingPage() { id: "casual-leather", name: "Classic Leather Oxford", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/brown-shoe-with-rocks-broccoli_52683-94824.jpg", imageAlt: "Brown leather casual shoes" }, { - id: "white-sneaker", name: "Minimalist White Sneaker", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-pretty-girl-summer-park_1157-19657.jpg", imageAlt: "White casual sneakers for women" + id: "white-sneaker", name: "Minimalist White Sneaker", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-pretty-girl-summer-park_1157-19657.jpg?_wi=1", imageAlt: "White casual sneakers for women" }, { - id: "blue-sport", name: "Performance Sport Runner", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-stands-track-with-unleashed-laces_8353-10067.jpg", imageAlt: "Blue athletic running shoes" + id: "blue-sport", name: "Performance Sport Runner", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-stands-track-with-unleashed-laces_8353-10067.jpg?_wi=1", imageAlt: "Blue athletic running shoes" } ]} /> @@ -113,11 +113,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Breathable Materials", description: "Advanced fabric technology keeps your feet cool and dry throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/cute-pretty-girl-summer-park_1157-19657.jpg", imageAlt: "Breathable shoe material" + title: "Breathable Materials", description: "Advanced fabric technology keeps your feet cool and dry throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/cute-pretty-girl-summer-park_1157-19657.jpg?_wi=2", imageAlt: "Breathable shoe material" }, { id: 2, - title: "Orthopedic Support", description: "Engineered footbeds provide optimal arch support for all-day comfort.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-stands-track-with-unleashed-laces_8353-10067.jpg", imageAlt: "Orthopedic shoe support" + title: "Orthopedic Support", description: "Engineered footbeds provide optimal arch support for all-day comfort.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-stands-track-with-unleashed-laces_8353-10067.jpg?_wi=2", imageAlt: "Orthopedic shoe support" } ]} />