diff --git a/src/app/page.tsx b/src/app/page.tsx index aabacc9..468b46c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,10 +113,10 @@ export default function LandingPage() { description="See the difference between ordinary skincare and our premium, results-driven formulations." tag="Natural vs Chemical" features={[ - { icon: Star, title: "100% Natural Ingredients", description: "Pure botanicals without harsh chemicals" }, - { icon: Star, title: "Strengthened Skin Barrier", description: "Enhanced protection and resilience" }, - { icon: Star, title: "Long-lasting Transformation", description: "Results that keep improving over time" }, - { icon: Star, title: "Soothing and Nourishing", description: "Gentle care for sensitive skin" } + { title: "100% Natural Ingredients", description: "Pure botanicals without harsh chemicals" }, + { title: "Strengthened Skin Barrier", description: "Enhanced protection and resilience" }, + { title: "Long-lasting Transformation", description: "Results that keep improving over time" }, + { title: "Soothing and Nourishing", description: "Gentle care for sensitive skin" } ]} animationType="slide-up" textboxLayout="default"