diff --git a/src/app/page.tsx b/src/app/page.tsx index 118358a..28876a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg", imageAlt: "Beautiful mother and daughter bonding"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg?_wi=1", imageAlt: "Beautiful mother and daughter bonding"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg", imageAlt: "Elegant woman portrait"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg?_wi=1", imageAlt: "Elegant woman portrait"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg", imageAlt: "Mother figure with strength and grace"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg?_wi=1", imageAlt: "Mother figure with strength and grace"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-spring-forest_1157-32882.jpg", imageAlt: "Woman surrounded by love"}, { @@ -121,13 +121,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Your Greatest Gift", name: "Unconditional Love", price: "Priceless", rating: 5, - reviewCount: "Infinite", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg", imageAlt: "Mother's unconditional love"}, + reviewCount: "Infinite", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22030.jpg?_wi=2", imageAlt: "Mother's unconditional love"}, { id: "2", brand: "Your Superpower", name: "Unwavering Strength", price: "Limitless", rating: 5, - reviewCount: "Eternal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg", imageAlt: "Mother's strength and courage"}, + reviewCount: "Eternal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-kissing-son_23-2148748735.jpg?_wi=2", imageAlt: "Mother's strength and courage"}, { id: "3", brand: "Your Magic", name: "Endless Compassion", price: "Immeasurable", rating: 5, - reviewCount: "Always", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg", imageAlt: "Mother's compassion and kindness"}, + reviewCount: "Always", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-standing-embracing_23-2148148050.jpg?_wi=2", imageAlt: "Mother's compassion and kindness"}, ]} />