diff --git a/src/app/page.tsx b/src/app/page.tsx index 468b46c..fba5ee4 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={[ - { 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" } + { title: "100% Natural Ingredients", description: "Pure botanicals without harsh chemicals", videoSrc: "/placeholders/placeholder1.webp" }, + { title: "Strengthened Skin Barrier", description: "Enhanced protection and resilience", videoSrc: "/placeholders/placeholder1.webp" }, + { title: "Long-lasting Transformation", description: "Results that keep improving over time", videoSrc: "/placeholders/placeholder1.webp" }, + { title: "Soothing and Nourishing", description: "Gentle care for sensitive skin", videoSrc: "/placeholders/placeholder1.webp" } ]} animationType="slide-up" textboxLayout="default"