From 96f44239c10e4c3100ce74c0105e7fb1eeb670b1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:16:53 +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 f2be63f..d7ffb76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-balanced-smooth-white-stones_9975-135599.jpg", imageAlt: "Premium skincare serum bottle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg", imageAlt: "Luxurious moisturizer cream" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg?_wi=1", imageAlt: "Luxurious moisturizer cream" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-applying-moisturizer-her-face-bathroom_637285-3386.jpg", imageAlt: "Complete facial care routine" @@ -91,13 +91,13 @@ export default function LandingPage() { tag="Best Sellers" products={[ { - id: "1", name: "Radiance Serum", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", imageAlt: "Radiance Serum bottle" + id: "1", name: "Radiance Serum", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=1", imageAlt: "Radiance Serum bottle" }, { - id: "2", name: "Hydra Boost Cream", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg", imageAlt: "Hydra Boost Cream jar" + id: "2", name: "Hydra Boost Cream", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg?_wi=2", imageAlt: "Hydra Boost Cream jar" }, { - id: "3", name: "SPF 50 Protect", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg", imageAlt: "SPF 50 Protect sunscreen" + id: "3", name: "SPF 50 Protect", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg?_wi=1", imageAlt: "SPF 50 Protect sunscreen" }, ]} gridVariant="three-columns-all-equal-width" @@ -149,7 +149,7 @@ export default function LandingPage() { { id: 1, title: "Natural Ingredients", description: "Carefully sourced botanical extracts and natural compounds that work in harmony with your skin's natural processes", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lavender-spa-accessories-arranged-white-surface_9975-133076.jpg" @@ -158,10 +158,10 @@ export default function LandingPage() { { id: 2, title: "Clinically Proven Results", description: "All our products are dermatologist-tested and formulated to deliver visible results in just weeks", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg?_wi=3" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg?_wi=2" }, }, ]} -- 2.49.1