Merge version_2 into main #4

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

View File

@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCTA from '@/components/sections/contact/ContactCTA';
@@ -108,20 +108,16 @@ export default function LandingPage() {
</div>
<div id="benefits" data-section="benefits">
<FeatureCardSixteen
<FeatureCardOne
title="Why Choose GlowNatura"
description="See the difference between ordinary skincare and our premium, results-driven formulations."
tag="Natural vs Chemical"
negativeCard={{
items: [
"Harsh chemical additives", "Stripped skin barriers", "Temporary results only", "Irritation and sensitivity", "Expensive and ineffective"
]
}}
positiveCard={{
items: [
"100% natural ingredients", "Strengthened skin barrier", "Long-lasting transformation", "Soothing and nourishing", "Investment in your best skin"
]
}}
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" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}