diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e98028..b6aa5b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outside-sensitive-portrait-fabulous-tanned-woman-with-wet-hair-tanned-skin-wonderful-smile-posing-jungles-vacation-mood-traveling-island_291650-1608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outside-sensitive-portrait-fabulous-tanned-woman-with-wet-hair-tanned-skin-wonderful-smile-posing-jungles-vacation-mood-traveling-island_291650-1608.jpg?_wi=1", imageAlt: "Skincare flatlay", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-girl-admires-her-appearance-while-looking-camera-through-mirror-brunette-green-shirt-is-ready-apply-makeup-skin-care-hydration-concept_197531-32270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-girl-admires-her-appearance-while-looking-camera-through-mirror-brunette-green-shirt-is-ready-apply-makeup-skin-care-hydration-concept_197531-32270.jpg?_wi=1", imageAlt: "Morning skincare routine", }, { - imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=1", imageAlt: "Natural ingredients", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { imageAlt: "Skincare essentials", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg?_wi=1", imageAlt: "Healthy skin portrait", }, ]} @@ -129,22 +129,22 @@ export default function LandingPage() { { title: "Cleansing Basics", description: "Master the art of gentle, effective cleansing for all skin types.", - imageSrc: "http://img.b2bpic.net/free-photo/outside-sensitive-portrait-fabulous-tanned-woman-with-wet-hair-tanned-skin-wonderful-smile-posing-jungles-vacation-mood-traveling-island_291650-1608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outside-sensitive-portrait-fabulous-tanned-woman-with-wet-hair-tanned-skin-wonderful-smile-posing-jungles-vacation-mood-traveling-island_291650-1608.jpg?_wi=2", }, { title: "Hydration Science", description: "Understand why hydration is the cornerstone of a healthy skin barrier.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-girl-admires-her-appearance-while-looking-camera-through-mirror-brunette-green-shirt-is-ready-apply-makeup-skin-care-hydration-concept_197531-32270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-girl-admires-her-appearance-while-looking-camera-through-mirror-brunette-green-shirt-is-ready-apply-makeup-skin-care-hydration-concept_197531-32270.jpg?_wi=2", }, { title: "Sun Protection", description: "Protect your youth and health with the right daily SPF routine.", - imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=2", }, { title: "Night Recovery", description: "Maximize cellular repair during your sleeping hours with these steps.", - imageSrc: "http://img.b2bpic.net/free-photo/full-view-smile-woman-doing-selfie-home_197531-32916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-view-smile-woman-doing-selfie-home_197531-32916.jpg?_wi=1", }, { title: "Active Ingredients", @@ -180,7 +180,7 @@ export default function LandingPage() { category: "Science", title: "Why You Need Retinol", excerpt: "Unlocking the secrets of anti-aging through science.", - imageSrc: "http://img.b2bpic.net/free-photo/full-view-smile-woman-doing-selfie-home_197531-32916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-view-smile-woman-doing-selfie-home_197531-32916.jpg?_wi=2", authorName: "Dr. Sarah", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-sport-health-concept-portrait-happy-beautiful-woman-holding-water-bottle_1258-200306.jpg", date: "Oct 05, 2024", @@ -200,7 +200,7 @@ export default function LandingPage() { category: "Routine", title: "Exfoliation Guide", excerpt: "Finding the balance between renewal and irritation.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg?_wi=2", authorName: "Dr. Sarah", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-sport-health-concept-portrait-happy-beautiful-woman-holding-water-bottle_1258-200306.jpg", date: "Sep 20, 2024", @@ -272,7 +272,7 @@ export default function LandingPage() {