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" } ] } ]}