diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c9cc2c..363ba17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { { title: "Visible Results", description: "See noticeable improvements in texture, radiance, and firmness within weeks", icon: CheckCircle }, { title: "Sustainable Luxury", description: "Eco-conscious packaging and ethical sourcing of all premium ingredients", icon: Leaf } ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955801.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955801.jpg?_wi=1" imageAlt="Premium skincare ingredients and formulation" mediaAnimation="slide-up" textboxLayout="default" @@ -81,9 +81,9 @@ export default function LandingPage() { description="Discover our best-selling skincare products, each formulated to address specific skin concerns and deliver professional results." tag="Best Sellers" products={[ - { id: "1", name: "Luminous Radiance Serum", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-arrangement_23-2149047718.jpg", imageAlt: "Luminous Radiance Serum bottle", initialQuantity: 1 }, - { id: "2", name: "Supreme Renewal Cream", price: "$124.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232240.jpg", imageAlt: "Supreme Renewal Cream jar", initialQuantity: 1 }, - { id: "3", name: "Intensive Repair Mask", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/gray-venetian-mask-dark-background_23-2147596851.jpg", imageAlt: "Intensive Repair Mask jar", initialQuantity: 1 } + { id: "1", name: "Luminous Radiance Serum", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-arrangement_23-2149047718.jpg?_wi=1", imageAlt: "Luminous Radiance Serum bottle", initialQuantity: 1 }, + { id: "2", name: "Supreme Renewal Cream", price: "$124.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232240.jpg?_wi=1", imageAlt: "Supreme Renewal Cream jar", initialQuantity: 1 }, + { id: "3", name: "Intensive Repair Mask", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/gray-venetian-mask-dark-background_23-2147596851.jpg?_wi=1", imageAlt: "Intensive Repair Mask jar", initialQuantity: 1 } ]} textboxLayout="default" animationType="slide-up" @@ -99,10 +99,10 @@ export default function LandingPage() { description="Experience the difference that premium skincare expertise and innovative formulations make in your daily routine." tag="Benefits" features={[ - { id: "01", title: "Advanced Hydration", description: "Deep moisturizing complex that locks in hydration for 24-hour supple, plump skin", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-arrangement_23-2149047718.jpg", imageAlt: "Advanced Hydration feature" }, - { id: "02", title: "Anti-Aging Excellence", description: "Powerful peptides and retinol alternatives reduce fine lines and boost collagen production", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232240.jpg", imageAlt: "Anti-Aging Excellence feature" }, - { id: "03", title: "Brightening & Radiance", description: "Vitamin C derivatives and botanical extracts deliver visible luminosity and even skin tone", imageSrc: "http://img.b2bpic.net/free-photo/gray-venetian-mask-dark-background_23-2147596851.jpg", imageAlt: "Brightening & Radiance feature" }, - { id: "04", title: "Sensitive Skin Friendly", description: "Hypoallergenic formulations with soothing chamomile and aloe for all skin types", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955801.jpg", imageAlt: "Sensitive Skin Friendly feature" } + { id: "01", title: "Advanced Hydration", description: "Deep moisturizing complex that locks in hydration for 24-hour supple, plump skin", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-arrangement_23-2149047718.jpg?_wi=2", imageAlt: "Advanced Hydration feature" }, + { id: "02", title: "Anti-Aging Excellence", description: "Powerful peptides and retinol alternatives reduce fine lines and boost collagen production", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232240.jpg?_wi=2", imageAlt: "Anti-Aging Excellence feature" }, + { id: "03", title: "Brightening & Radiance", description: "Vitamin C derivatives and botanical extracts deliver visible luminosity and even skin tone", imageSrc: "http://img.b2bpic.net/free-photo/gray-venetian-mask-dark-background_23-2147596851.jpg?_wi=2", imageAlt: "Brightening & Radiance feature" }, + { id: "04", title: "Sensitive Skin Friendly", description: "Hypoallergenic formulations with soothing chamomile and aloe for all skin types", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955801.jpg?_wi=2", imageAlt: "Sensitive Skin Friendly feature" } ]} textboxLayout="default" animationType="slide-up"