From 74091f0685ee2a0ed3f58721372e150baaed15c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:49:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cc5315..e48c211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,10 +113,15 @@ export default function LandingPage() { description="See the difference between ordinary skincare and our premium, results-driven formulations." tag="Natural vs Chemical" features={[ - { title: "100% Natural Ingredients", description: "Pure botanicals without harsh chemicals", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Natural ingredients" }, - { title: "Strengthened Skin Barrier", description: "Enhanced protection and resilience", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Skin barrier" }, - { title: "Long-lasting Transformation", description: "Results that keep improving over time", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Transformation" }, - { title: "Soothing and Nourishing", description: "Gentle care for sensitive skin", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Soothing care" } + { + id: "1", title: "100% Natural Ingredients", description: "Crafted with pure, organic botanicals free from harsh chemicals and synthetic additives.", icon: Sparkles + }, + { + id: "2", title: "Dermatologist Tested", description: "Rigorously tested for safety and efficacy. Gentle on all skin types, even sensitive skin.", icon: Star + }, + { + id: "3", title: "Visible Results Fast", description: "See transformative changes in just 2-4 weeks with consistent daily use.", icon: Sparkles + } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1