Merge version_2 into main #8

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

View File

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