diff --git a/src/app/page.tsx b/src/app/page.tsx index 1355a9e..257ab17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg?_wi=1", imageAlt: "luxury makeup collection hero", }, { - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-blushes_23-2149030355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-blushes_23-2149030355.jpg?_wi=1", imageAlt: "glamour beauty product photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336400.jpg?_wi=1", imageAlt: "elegance makeup set studio", }, { @@ -132,21 +132,21 @@ export default function LandingPage() { title: "Long-Lasting Wear", description: "Stay perfect from dawn to dusk.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg?_wi=2", imageAlt: "luxury lipstick product shot", }, { title: "Skin Loving", description: "Gentle formulas that nourish your skin.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-blushes_23-2149030355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-blushes_23-2149030355.jpg?_wi=2", imageAlt: "luxury lipstick product shot", }, { title: "Cruelty-Free", description: "Beauty without compromising our values.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336400.jpg?_wi=2", imageAlt: "luxury lipstick product shot", }, ]}