From 81bba7f14949f66d72508afbfd46a688d66a8f72 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:47:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 336b936..acf723f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-bowls-with-salt-spa-stones_23-2148268477.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-bowls-with-salt-spa-stones_23-2148268477.jpg?_wi=1" imageAlt="Premium skincare product collection" mediaAnimation="opacity" frameStyle="card" @@ -85,7 +85,7 @@ export default function LandingPage() { title: "Visible Results", description: "See improvements in hydration, clarity, and radiance", icon: Sparkles } ]} - imageSrc="http://img.b2bpic.net/free-photo/brushes-frame-with-copy-space-view_23-2148883444.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brushes-frame-with-copy-space-view_23-2148883444.jpg?_wi=1" imageAlt="Natural skincare ingredients" mediaAnimation="slide-up" imagePosition="right" @@ -103,7 +103,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Hydrating Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg", imageAlt: "Hydrating facial serum" + id: "1", name: "Hydrating Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg?_wi=1", imageAlt: "Hydrating facial serum" }, { id: "2", name: "Nourishing Moisturizer", price: "$64", imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151546890.jpg", imageAlt: "Nourishing face moisturizer" @@ -125,13 +125,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", tag: "Ingredient Quality", title: "Premium Botanical Extracts", description: "Sourced from certified organic farms and processed to preserve maximum efficacy and potency.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bowls-with-salt-spa-stones_23-2148268477.jpg", imageAlt: "Premium botanical extracts" + id: "1", tag: "Ingredient Quality", title: "Premium Botanical Extracts", description: "Sourced from certified organic farms and processed to preserve maximum efficacy and potency.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bowls-with-salt-spa-stones_23-2148268477.jpg?_wi=2", imageAlt: "Premium botanical extracts" }, { - id: "2", tag: "Science-Backed", title: "Dermatologist Formulated", description: "Each formula is developed by skincare experts with years of research and clinical testing.", imageSrc: "http://img.b2bpic.net/free-photo/brushes-frame-with-copy-space-view_23-2148883444.jpg", imageAlt: "Dermatologist consultation" + id: "2", tag: "Science-Backed", title: "Dermatologist Formulated", description: "Each formula is developed by skincare experts with years of research and clinical testing.", imageSrc: "http://img.b2bpic.net/free-photo/brushes-frame-with-copy-space-view_23-2148883444.jpg?_wi=2", imageAlt: "Dermatologist consultation" }, { - id: "3", tag: "Results Focused", title: "Visible Transformation", description: "Users report improvements in hydration, texture, clarity, and overall skin radiance within weeks.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg", imageAlt: "Skincare results transformation" + id: "3", tag: "Results Focused", title: "Visible Transformation", description: "Users report improvements in hydration, texture, clarity, and overall skin radiance within weeks.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg?_wi=2", imageAlt: "Skincare results transformation" } ]} carouselMode="buttons" @@ -248,7 +248,7 @@ export default function LandingPage() {