diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7dd402f..6af98cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, Leaf, Shield, Sun } from "lucide-react";
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
@@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -51,118 +40,40 @@ export default function LandingPage() {
@@ -174,18 +85,9 @@ export default function LandingPage() {
title="Science Meets Nature"
description="Our formulation philosophy centers on bio-available actives. We don't just treat the surface; we nourish the underlying dermal layers for lasting resilience."
bulletPoints={[
- {
- title: "Clinical Efficacy",
- description: "Formulas tested by top dermatologists.",
- },
- {
- title: "Organic Sourcing",
- description: "Ethically harvested botanical extracts.",
- },
- {
- title: "Zero Toxicity",
- description: "Clean formulations without harsh additives.",
- },
+ { title: "Clinical Efficacy", description: "Formulas tested by top dermatologists." },
+ { title: "Organic Sourcing", description: "Ethically harvested botanical extracts." },
+ { title: "Zero Toxicity", description: "Clean formulations without harsh additives." },
]}
imageSrc="http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495027.jpg"
/>
@@ -196,30 +98,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Molecular Hydration",
- description: "Multi-weight hyaluronic complex.",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-gel-close-up_23-2148758799.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Botanical Vitality",
- description: "Bio-active herbal extracts.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-gardener-girl-uniform-wearing-gardening-hat-covered-face-with-plant-isolated-olive-green_141793-95431.jpg",
- buttonIcon: "Leaf",
- },
- {
- title: "Pro-Derm Care",
- description: "Professional strength protocols.",
- imageSrc: "http://img.b2bpic.net/free-photo/selfie-bathroom_1098-12983.jpg",
- buttonIcon: "Shield",
- },
- {
- title: "Daily Protection",
- description: "Broad-spectrum environmental shield.",
- imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434845.jpg",
- buttonIcon: "Sun",
- },
+ { title: "Molecular Hydration", description: "Multi-weight hyaluronic complex.", imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-gel-close-up_23-2148758799.jpg", buttonIcon: Zap },
+ { title: "Botanical Vitality", description: "Bio-active herbal extracts.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-gardener-girl-uniform-wearing-gardening-hat-covered-face-with-plant-isolated-olive-green_141793-95431.jpg", buttonIcon: Leaf },
+ { title: "Pro-Derm Care", description: "Professional strength protocols.", imageSrc: "http://img.b2bpic.net/free-photo/selfie-bathroom_1098-12983.jpg", buttonIcon: Shield },
+ { title: "Daily Protection", description: "Broad-spectrum environmental shield.", imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434845.jpg", buttonIcon: Sun },
]}
title="Superior Ingredients"
description="The foundation of our potency lies in the precision of our sourcing and the purity of our extracts."
@@ -233,42 +115,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Purifying Cleanser",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-product-bottle_23-2148761492.jpg",
- },
- {
- id: "p2",
- name: "Night Recovery Cream",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-body-cream-with-plain-background_23-2148241854.jpg",
- },
- {
- id: "p3",
- name: "Exfoliating Elixir",
- price: "$60",
- imageSrc: "http://img.b2bpic.net/free-photo/glowing-bottle-foundation-advertising_23-2149511222.jpg",
- },
- {
- id: "p4",
- name: "Balancing Toner",
- price: "$38",
- imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134405.jpg",
- },
- {
- id: "p5",
- name: "Deep Clay Mask",
- price: "$52",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-beauty-treatment_23-2148476202.jpg",
- },
- {
- id: "p6",
- name: "Radiance Eye Serum",
- price: "$65",
- imageSrc: "http://img.b2bpic.net/free-photo/plastic-parts-syringe-marble-table_114579-22248.jpg",
- },
+ { id: "p1", name: "Purifying Cleanser", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-product-bottle_23-2148761492.jpg" },
+ { id: "p2", name: "Night Recovery Cream", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-body-cream-with-plain-background_23-2148241854.jpg" },
+ { id: "p3", name: "Exfoliating Elixir", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/glowing-bottle-foundation-advertising_23-2149511222.jpg" },
+ { id: "p4", name: "Balancing Toner", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134405.jpg" },
+ { id: "p5", name: "Deep Clay Mask", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-beauty-treatment_23-2148476202.jpg" },
+ { id: "p6", name: "Radiance Eye Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/plastic-parts-syringe-marble-table_114579-22248.jpg" },
]}
title="Essential Collection"
description="Elevate your routine with our curated range of potent, high-performance skincare solutions."
@@ -277,49 +129,15 @@ export default function LandingPage() {