Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-10 21:43:55 +00:00

View File

@@ -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"