diff --git a/src/app/page.tsx b/src/app/page.tsx index c918b6f..43d88c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Personal Shopping Experience", tags: ["Concierge", "Exclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg", imageAlt: "Personal shopping service" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg?_wi=1", imageAlt: "Personal shopping service" }, { id: "2", title: "White Glove Delivery", tags: ["Premium", "Insured"], @@ -90,7 +90,7 @@ export default function LandingPage() { }, { id: "3", title: "VIP Member Rewards", tags: ["Exclusive", "Benefits"], - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg", imageAlt: "VIP member rewards program" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg?_wi=2", imageAlt: "VIP member rewards program" } ]} animationType="slide-up"