9 Commits

Author SHA1 Message Date
0180ceb62c Update src/app/page.tsx 2026-03-10 21:50:24 +00:00
74091f0685 Update src/app/page.tsx 2026-03-10 21:49:34 +00:00
e4b6bf03a6 Update src/app/page.tsx 2026-03-10 21:43:51 +00:00
37f5d317f7 Update src/app/page.tsx 2026-03-10 21:43:01 +00:00
6af8d4bc1b Update src/app/page.tsx 2026-03-10 21:42:09 +00:00
75e7651613 Update src/app/page.tsx 2026-03-10 21:41:16 +00:00
ae1fcc7572 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:27:29 +00:00
ddf3ef3937 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:26:36 +00:00
00622776d4 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:25:45 +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,21 @@ 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={[
{
title: "100% Natural Ingredients", description: "Crafted with pure, organic botanicals free from harsh chemicals and synthetic additives.", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-products-assortment_23-2148981026.jpg", imageAlt: "Natural ingredients"
},
{
title: "Dermatologist Tested", description: "Rigorously tested for safety and efficacy. Gentle on all skin types, even sensitive skin.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-natural-cream-concept_23-2148578661.jpg", imageAlt: "Dermatologist testing"
},
{
title: "Visible Results Fast", description: "See transformative changes in just 2-4 weeks with consistent daily use.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167898.jpg", imageAlt: "Results showcase"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}