From 0180ceb62c9a9f3dc8f99496e4f17aba3ca4007f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:50:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e48c211..e9c0ad8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,13 +114,13 @@ export default function LandingPage() { tag="Natural vs Chemical" features={[ { - id: "1", title: "100% Natural Ingredients", description: "Crafted with pure, organic botanicals free from harsh chemicals and synthetic additives.", icon: Sparkles + title: "100% Natural Ingredients", description: "Crafted with pure, organic botanicals free from harsh chemicals and synthetic additives.", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-products-assortment_23-2148981026.jpg", imageAlt: "Natural ingredients" }, { - id: "2", title: "Dermatologist Tested", description: "Rigorously tested for safety and efficacy. Gentle on all skin types, even sensitive skin.", icon: Star + title: "Dermatologist Tested", description: "Rigorously tested for safety and efficacy. Gentle on all skin types, even sensitive skin.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg", imageAlt: "Dermatologist testing" }, { - id: "3", title: "Visible Results Fast", description: "See transformative changes in just 2-4 weeks with consistent daily use.", icon: Sparkles + title: "Visible Results Fast", description: "See transformative changes in just 2-4 weeks with consistent daily use.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167898.jpg", imageAlt: "Results showcase" } ]} animationType="slide-up" -- 2.49.1