Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0180ceb62c | |||
| 74091f0685 | |||
| e4b6bf03a6 | |||
| 37f5d317f7 | |||
| 6af8d4bc1b | |||
| 75e7651613 | |||
| ae1fcc7572 | |||
| ddf3ef3937 | |||
| 00622776d4 |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user