diff --git a/src/app/page.tsx b/src/app/page.tsx index 00a3533..18d8346 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg?_wi=1", imageAlt: "Scented Vaseline Jar", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307262.jpg?_wi=1", imageAlt: "Scented Vaseline Jar", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { id: "1", name: "Lavender Dream", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/stack-cosmetics-jars_23-2147787936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stack-cosmetics-jars_23-2147787936.jpg?_wi=1", }, { id: "2", @@ -167,7 +167,7 @@ export default function LandingPage() { description: "Locks in moisture for 24 hours.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149343920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149343920.jpg?_wi=1", imageAlt: "moisturizer application skin", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Perfume-grade scents that last.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg?_wi=2", imageAlt: "moisturizer application skin", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { description: "Suitable for sensitive skin.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/stack-cosmetics-jars_23-2147787936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stack-cosmetics-jars_23-2147787936.jpg?_wi=2", imageAlt: "moisturizer application skin", }, ]} @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "My skin has never felt smoother and smelled better!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-talking-care-skin-home-doing-selfie-with-glass-water_197531-32942.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg?_wi=3", imageAlt: "smiling woman glowing skin", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "Absolutely love the lavender scent. So relaxing.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-preparing-apply-moisturizer-her-face_23-2149259919.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149343920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149343920.jpg?_wi=2", imageAlt: "smiling woman glowing skin", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "Can't live without the rose bloom fragrance now.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-korean-woman-posing-with-face-cream_23-2150171909.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stack-cosmetics-jars_23-2147787936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stack-cosmetics-jars_23-2147787936.jpg?_wi=3", imageAlt: "smiling woman glowing skin", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "Gentle, light, and smells like heaven.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-green-dress-representing-new-cosmetics-looking-contented_259150-60089.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/textured-background_53876-18214.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/textured-background_53876-18214.jpg?_wi=1", imageAlt: "smiling woman glowing skin", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "The best moisturizer I've ever bought.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-female-with-charming-smile-having-blue-eyes-dimples-cheeks-rejoicing-summer-vacations-going-spend-them-abroad-with-her-boyfriend-beauty-emotions-concept_176532-8266.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307262.jpg?_wi=2", imageAlt: "smiling woman glowing skin", }, ]} @@ -272,7 +272,7 @@ export default function LandingPage() {