From b60fc6440509dd2a3b97435263f1c7a125979e32 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:07:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9be1af9..4bfe3fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { title: "Premium Quality", description: "Rigorous quality control ensures every product exceeds expectations", icon: Award, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg?_wi=1" imageAlt="Radiance Beauty cosmetics laboratory" mediaAnimation="slide-up" imagePosition="right" @@ -98,7 +98,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Luminous Foundation", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/makeup-foundation-celebrating-all-skin-tones_23-2149179692.jpg", imageAlt: "Luminous Foundation premium makeup"}, + id: "1", name: "Luminous Foundation", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/makeup-foundation-celebrating-all-skin-tones_23-2149179692.jpg?_wi=1", imageAlt: "Luminous Foundation premium makeup"}, { id: "2", name: "Radiant Lipstick", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-different-shades-lip-gloss_52683-95223.jpg", imageAlt: "Radiant Lipstick luxury cosmetics"}, { @@ -120,10 +120,10 @@ export default function LandingPage() { features={[ { id: "1", title: "Advanced Formula Technology", author: "Beauty Lab", description: "Our proprietary blend combines cutting-edge cosmetic science with nature's finest ingredients for superior performance and results.", tags: ["Innovation", "Science"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg", imageAlt: "Advanced cosmetics formulation"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg?_wi=2", imageAlt: "Advanced cosmetics formulation"}, { id: "2", title: "Long-Lasting Performance", author: "Quality Team", description: "Engineered to last all day without fading, creasing, or settling. Experience beauty that stays true from morning to night.", tags: ["Durability", "Performance"], - imageSrc: "http://img.b2bpic.net/free-photo/makeup-foundation-celebrating-all-skin-tones_23-2149179692.jpg", imageAlt: "Long-lasting cosmetics products"}, + imageSrc: "http://img.b2bpic.net/free-photo/makeup-foundation-celebrating-all-skin-tones_23-2149179692.jpg?_wi=2", imageAlt: "Long-lasting cosmetics products"}, ]} buttons={[{ text: "Shop Premium Line", href: "#pricing" }]} buttonAnimation="slide-up"