From f01e233d4d81d6420a996f1b2c6768699b8bf30e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0938f8d..0b02e8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,30 +53,30 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/collection-hand-drawn-floral-covers_52683-63152.jpg", imageAlt: "Luxury skincare collection" + imageSrc: "http://img.b2bpic.net/free-vector/collection-hand-drawn-floral-covers_52683-63152.jpg?_wi=1", imageAlt: "Luxury skincare collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-leaf-background-close-up_53876-146621.jpg", imageAlt: "Natural botanical ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/green-leaf-background-close-up_53876-146621.jpg?_wi=1", imageAlt: "Natural botanical ingredients" }, { - imageSrc: "http://img.b2bpic.net/free-psd/elegant-cosmetic-jars-mockup-three-luxury-cream-containers_191095-86497.jpg", imageAlt: "Premium facial serum" + imageSrc: "http://img.b2bpic.net/free-psd/elegant-cosmetic-jars-mockup-three-luxury-cream-containers_191095-86497.jpg?_wi=1", imageAlt: "Premium facial serum" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200204.jpg", imageAlt: "Skincare ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200204.jpg?_wi=1", imageAlt: "Skincare ingredients" }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg", imageAlt: "Organic face mask" + imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg?_wi=1", imageAlt: "Organic face mask" }, { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-white-towel-has-headache-snapshot-girl-with-healthy-skin-isolated-wall_197531-13954.jpg", imageAlt: "Skincare ritual" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-white-towel-has-headache-snapshot-girl-with-healthy-skin-isolated-wall_197531-13954.jpg?_wi=1", imageAlt: "Skincare ritual" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-natural-lemon-scrub-hands-against-wooden-table_1150-41899.jpg", imageAlt: "Eye cream roller" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-natural-lemon-scrub-hands-against-wooden-table_1150-41899.jpg?_wi=1", imageAlt: "Eye cream roller" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-mirror_23-2150100202.jpg", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-mirror_23-2150100202.jpg?_wi=1", imageAlt: "Customer testimonial" }, ]} buttons={[ @@ -101,13 +101,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Luminous Facial Serum", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-psd/elegant-cosmetic-jars-mockup-three-luxury-cream-containers_191095-86497.jpg", imageAlt: "Luminous Facial Serum" + id: "1", name: "Luminous Facial Serum", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-psd/elegant-cosmetic-jars-mockup-three-luxury-cream-containers_191095-86497.jpg?_wi=2", imageAlt: "Luminous Facial Serum" }, { - id: "2", name: "Purifying Clay Mask", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg", imageAlt: "Purifying Clay Mask" + id: "2", name: "Purifying Clay Mask", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg?_wi=2", imageAlt: "Purifying Clay Mask" }, { - id: "3", name: "Revival Eye Cream", price: "$72.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-natural-lemon-scrub-hands-against-wooden-table_1150-41899.jpg", imageAlt: "Revival Eye Cream" + id: "3", name: "Revival Eye Cream", price: "$72.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-natural-lemon-scrub-hands-against-wooden-table_1150-41899.jpg?_wi=2", imageAlt: "Revival Eye Cream" }, ]} buttons={[{ text: "Shop All Products", href: "https://example.com/shop" }]} @@ -129,10 +129,10 @@ export default function LandingPage() { title: "100% Natural Ingredients", description: "Sourced from sustainable farms and verified organic suppliers worldwide.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/green-leaf-background-close-up_53876-146621.jpg", imageAlt: "Natural botanical ingredients" + imageSrc: "http://img.b2bpic.net/free-photo/green-leaf-background-close-up_53876-146621.jpg?_wi=2", imageAlt: "Natural botanical ingredients" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200204.jpg", imageAlt: "Pure skincare components" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200204.jpg?_wi=2", imageAlt: "Pure skincare components" }, ], }, @@ -140,10 +140,10 @@ export default function LandingPage() { title: "Dermatologist Approved", description: "Tested and recommended by leading dermatologists for all skin types.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-psd/elegant-cosmetic-jars-mockup-three-luxury-cream-containers_191095-86497.jpg", imageAlt: "Clinical testing" + imageSrc: "http://img.b2bpic.net/free-psd/elegant-cosmetic-jars-mockup-three-luxury-cream-containers_191095-86497.jpg?_wi=3", imageAlt: "Clinical testing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg", imageAlt: "Safe formulation" + imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients_23-2148761429.jpg?_wi=3", imageAlt: "Safe formulation" }, ], }, @@ -151,10 +151,10 @@ export default function LandingPage() { title: "Eco-Conscious Packaging", description: "Recyclable materials and zero-waste commitment for a sustainable future.", icon: Globe, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/collection-hand-drawn-floral-covers_52683-63152.jpg", imageAlt: "Sustainable packaging" + imageSrc: "http://img.b2bpic.net/free-vector/collection-hand-drawn-floral-covers_52683-63152.jpg?_wi=2", imageAlt: "Sustainable packaging" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-natural-lemon-scrub-hands-against-wooden-table_1150-41899.jpg", imageAlt: "Eco friendly design" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-natural-lemon-scrub-hands-against-wooden-table_1150-41899.jpg?_wi=3", imageAlt: "Eco friendly design" }, ], }, @@ -162,10 +162,10 @@ export default function LandingPage() { title: "Visible Results, Fast", description: "Experience transformation in as little as 14 days with consistent use.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-white-towel-has-headache-snapshot-girl-with-healthy-skin-isolated-wall_197531-13954.jpg", imageAlt: "Skincare results" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-white-towel-has-headache-snapshot-girl-with-healthy-skin-isolated-wall_197531-13954.jpg?_wi=2", imageAlt: "Skincare results" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-mirror_23-2150100202.jpg", imageAlt: "Customer transformation" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-mirror_23-2150100202.jpg?_wi=2", imageAlt: "Customer transformation" }, ], }, @@ -207,7 +207,7 @@ export default function LandingPage() { description="Founder & CEO" subdescription="Luminé Skincare" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200204.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-spa-element-collection_23-2148200204.jpg?_wi=3" imageAlt="Our natural skincare formula" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1