diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ad1c50..d9b7bdb 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" @@ -123,11 +123,11 @@ 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" }]}