From 65bfbba2cd084523d41137e31d9417212652f9ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:35:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d382ca0..7872f33 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: [ - { type: 'image', src: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg", alt: "Eco-friendly cosmetic products" }, - { type: 'image', src: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg", alt: "Luxurious anti-aging serum" } + { src: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg", alt: "Eco-friendly cosmetic products" }, + { src: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg", alt: "Luxurious anti-aging serum" } ] }, { title: "Expertly Vetted", description: "Our specialists ensure quality and efficacy.", icon: ShieldCheck, mediaItems: [ - { type: 'image', src: "http://img.b2bpic.net/free-photo/woman-applying-moisturizer-face_23-2149495758.jpg", alt: "Woman applying moisturizer" }, - { type: 'image', src: "http://img.b2bpic.net/free-photo/high-angle-view-various-face-care-products_23-2148769213.jpg", alt: "Various face care products" } + { src: "http://img.b2bpic.net/free-photo/woman-applying-moisturizer-face_23-2149495758.jpg", alt: "Woman applying moisturizer" }, + { src: "http://img.b2bpic.net/free-photo/high-angle-view-various-face-care-products_23-2148769213.jpg", alt: "Various face care products" } ] }, { title: "Sustainable & Ethical", description: "Beauty that respects the planet and people.", icon: Leaf, mediaItems: [ - { type: 'image', src: "http://img.b2bpic.net/free-photo/man-using-skincare-product_23-2149377488.jpg", alt: "Man using skincare product" }, - { type: 'image', src: "http://img.b2bpic.net/free-photo/woman-applying-mask-face_23-2149507907.jpg", alt: "Woman applying face mask" } + { src: "http://img.b2bpic.net/free-photo/man-using-skincare-product_23-2149377488.jpg", alt: "Man using skincare product" }, + { src: "http://img.b2bpic.net/free-photo/woman-applying-mask-face_23-2149507907.jpg", alt: "Woman applying face mask" } ] } ]} @@ -99,6 +99,7 @@ export default function LandingPage() {