From bb663da03b0bbdc7b589daac6819170f30047ff9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:37:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19f6c2a..d7e7aef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { background={{ variant: "blurBottom" }} carouselItems={[ { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955762.jpg", imageAlt: "luxury skincare bottles arrangement warm lighting" }, - { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg", imageAlt: "facial cleanser bottle product isolated white" }, - { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beauty-creams-flowers-marble_23-2147879025.jpg", imageAlt: "face moisturizer cream jar white background" }, - { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/black-olive-oil-bottle-wall-with-shadow-leaves_23-2147853778.jpg", imageAlt: "luxury perfume bottle crystal elegant design" }, - { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-skin-care-product-presentation_23-2151921114.jpg", imageAlt: "spf sunscreen lotion bottle product photo" }, + { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg?_wi=1", imageAlt: "facial cleanser bottle product isolated white" }, + { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beauty-creams-flowers-marble_23-2147879025.jpg?_wi=1", imageAlt: "face moisturizer cream jar white background" }, + { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/black-olive-oil-bottle-wall-with-shadow-leaves_23-2147853778.jpg?_wi=1", imageAlt: "luxury perfume bottle crystal elegant design" }, + { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-skin-care-product-presentation_23-2151921114.jpg?_wi=1", imageAlt: "spf sunscreen lotion bottle product photo" }, { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-vector/bottle-perfume-business-company-logo_23-2148462313.jpg", imageAlt: "floral perfume bottle flower pattern" } ]} autoPlay={true} @@ -83,16 +83,16 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "cleanser", name: "Hydrating Facial Cleanser", price: "$12.99", variant: "Gentle Formula • 8 oz", imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg", imageAlt: "Hydrating facial cleanser", isFavorited: false + id: "cleanser", name: "Hydrating Facial Cleanser", price: "$12.99", variant: "Gentle Formula • 8 oz", imageSrc: "http://img.b2bpic.net/free-photo/rock-salt-soap-dispenser-against-white-background_23-2147940466.jpg?_wi=2", imageAlt: "Hydrating facial cleanser", isFavorited: false }, { - id: "moisturizer", name: "Intensive Daily Moisturizer", price: "$18.99", variant: "Rich Cream • 1.3 oz", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beauty-creams-flowers-marble_23-2147879025.jpg", imageAlt: "Intensive daily moisturizer", isFavorited: false + id: "moisturizer", name: "Intensive Daily Moisturizer", price: "$18.99", variant: "Rich Cream • 1.3 oz", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beauty-creams-flowers-marble_23-2147879025.jpg?_wi=2", imageAlt: "Intensive daily moisturizer", isFavorited: false }, { - id: "sunscreen", name: "Broad Spectrum SPF 50", price: "$14.99", variant: "Daily Protection • 1.7 oz", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-skin-care-product-presentation_23-2151921114.jpg", imageAlt: "Broad spectrum sunscreen", isFavorited: false + id: "sunscreen", name: "Broad Spectrum SPF 50", price: "$14.99", variant: "Daily Protection • 1.7 oz", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-skin-care-product-presentation_23-2151921114.jpg?_wi=2", imageAlt: "Broad spectrum sunscreen", isFavorited: false }, { - id: "perfume-1", name: "Luminous Bloom Fragrance", price: "$65.00", variant: "Eau de Parfum • 1.7 oz", imageSrc: "http://img.b2bpic.net/free-photo/black-olive-oil-bottle-wall-with-shadow-leaves_23-2147853778.jpg", imageAlt: "Luminous bloom perfume", isFavorited: false + id: "perfume-1", name: "Luminous Bloom Fragrance", price: "$65.00", variant: "Eau de Parfum • 1.7 oz", imageSrc: "http://img.b2bpic.net/free-photo/black-olive-oil-bottle-wall-with-shadow-leaves_23-2147853778.jpg?_wi=2", imageAlt: "Luminous bloom perfume", isFavorited: false } ]} /> -- 2.49.1