diff --git a/src/app/page.tsx b/src/app/page.tsx index fba5ee4..8cc5315 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", 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" } + { 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" } ]} animationType="slide-up" textboxLayout="default"