From 341fc82f492f8f2e2f259e4eb330ad25363fa1d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:38:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd6d023..f238ed2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,22 +72,22 @@ export default function LandingPage() { { title: "Curated Selections", description: "Hand-picked products for discerning tastes.", icon: Lightbulb, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg", alt: "Eco-friendly cosmetic products" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg", alt: "Luxurious anti-aging serum" } + { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg" } ] }, { title: "Expertly Vetted", description: "Our specialists ensure quality and efficacy.", icon: ShieldCheck, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-moisturizer-face_23-2149495758.jpg", alt: "Woman applying moisturizer" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-face-care-products_23-2148769213.jpg", alt: "Various face care products" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-moisturizer-face_23-2149495758.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-face-care-products_23-2148769213.jpg" } ] }, { title: "Sustainable & Ethical", description: "Beauty that respects the planet and people.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-using-skincare-product_23-2149377488.jpg", alt: "Man using skincare product" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-mask-face_23-2149507907.jpg", alt: "Woman applying face mask" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-skincare-product_23-2149377488.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-mask-face_23-2149507907.jpg" } ] } ]} -- 2.49.1