diff --git a/src/app/page.tsx b/src/app/page.tsx index c3ba66e..1e8e358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Classic Court White", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg", imageAlt: "Classic white leather court sneaker" + id: "1", name: "Classic Court White", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg?_wi=1", imageAlt: "Classic white leather court sneaker" }, { id: "2", name: "Ultra Performance Black", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/preparing-hard-training-outdoors_329181-4369.jpg", imageAlt: "High-performance black athletic shoe" @@ -97,7 +97,7 @@ export default function LandingPage() { id: "3", name: "Vibrant City Runner", price: "$119.99", imageSrc: "http://img.b2bpic.net/free-vector/flat-international-youth-day-horizontal-banners-collection_23-2149456524.jpg", imageAlt: "Colorful contemporary lifestyle sneaker" }, { - id: "4", name: "Green Earth Step", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/hiker-man-with-trekking-sticks-climbs-steep-mountain-trail-focus-boot_1150-24159.jpg", imageAlt: "Sustainable eco-friendly green sneaker" + id: "4", name: "Green Earth Step", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/hiker-man-with-trekking-sticks-climbs-steep-mountain-trail-focus-boot_1150-24159.jpg?_wi=1", imageAlt: "Sustainable eco-friendly green sneaker" }, { id: "5", name: "Elite Basketball Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-basketball-player-sitting-court_23-2148393846.jpg", imageAlt: "Professional basketball performance shoe" @@ -144,13 +144,13 @@ export default function LandingPage() { id: "2", title: "Exclusive Collections", descriptions: [ "Access limited-edition releases and collaboration sneakers before anyone else.", "Member-only drops and early access to new brands.", "Curated collections updated seasonally." ], - imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg", imageAlt: "Exclusive shoe collection showcase" + imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg?_wi=2", imageAlt: "Exclusive shoe collection showcase" }, { id: "3", title: "Sustainability Commitment", descriptions: [ "We partner exclusively with brands committed to ethical manufacturing.", "Eco-friendly packaging and a shoe recycling program.", "Carbon-neutral shipping on all orders." ], - imageSrc: "http://img.b2bpic.net/free-photo/hiker-man-with-trekking-sticks-climbs-steep-mountain-trail-focus-boot_1150-24159.jpg", imageAlt: "Sustainable green footwear" + imageSrc: "http://img.b2bpic.net/free-photo/hiker-man-with-trekking-sticks-climbs-steep-mountain-trail-focus-boot_1150-24159.jpg?_wi=2", imageAlt: "Sustainable green footwear" } ]} gridVariant="three-columns-all-equal-width"