diff --git a/src/app/page.tsx b/src/app/page.tsx
index 535ce1b..a45cfcf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import HeroVideo from "@/components/home/HeroVideo";
import ProductCard from "@/components/product/ProductCard";
import TrustBadges from "@/components/home/TrustBadges";
import AsSeenIn from "@/components/home/AsSeenIn";
-import TestimonialsSection from "@/components/home/TestimonialsSection";
+import ProductReviews from "@/components/product/ProductReviews";
import BeforeAfterGallery from "@/components/home/BeforeAfterGallery";
import ProblemSection from "@/components/home/ProblemSection";
import HowItWorks from "@/components/home/HowItWorks";
@@ -36,15 +36,21 @@ export default async function Homepage() {
{/* Hero Section with Video Background */}
- {/* Trust Badges */}
-
-
{/* As Seen In */}
+ {/* Testimonials Section */}
+
+
+ {/* Trust Badges */}
+
+
{/* Problem Section - Create empathy */}
+ {/* Before/After Gallery */}
+
+
{/* Main Content */}
{/* Products Grid Section */}
@@ -84,9 +90,6 @@ export default async function Homepage() {
)}
- {/* Before/After Gallery */}
-
-
{/* How It Works */}
@@ -129,49 +132,64 @@ export default async function Homepage() {
{/* Benefits Section */}
-
+
-
+
Why Choose Us
-
+
The Manoon Difference
+
-
+
{[
{
title: "100% Natural",
description: "Pure, cold-pressed oils with no additives or preservatives. Just nature's goodness.",
+ icon: (
+
+ ),
},
{
title: "Handcrafted",
description: "Each batch is carefully prepared by hand to ensure the highest quality.",
+ icon: (
+
+ ),
},
{
title: "Sustainable",
description: "Ethically sourced ingredients and eco-friendly packaging for a better planet.",
+ icon: (
+
+ ),
},
].map((benefit, index) => (
-
-
-
- {String(index + 1).padStart(2, '0')}
-
+
+
+ {benefit.icon}
-
{benefit.title}
-
{benefit.description}
+
{benefit.title}
+
{benefit.description}
))}
- {/* Testimonials Section */}
-
-
{/* Newsletter Section */}
diff --git a/src/components/home/AsSeenIn.tsx b/src/components/home/AsSeenIn.tsx
index 38e8cf2..45870c3 100644
--- a/src/components/home/AsSeenIn.tsx
+++ b/src/components/home/AsSeenIn.tsx
@@ -38,7 +38,7 @@ export default function AsSeenIn() {
+
+
+
+ ),
},
{
number: "02",
title: "Apply Daily",
- description: " Massage a few drops into damp hair or skin. Our oils absorb instantly—never greasy, always nourishing.",
+ description: "Massage a few drops into damp hair or skin. Our oils absorb instantly—never greasy, always nourishing.",
+ icon: (
+
+ ),
},
{
number: "03",
title: "See Results",
description: "Experience transformation in 4-6 weeks. Shinier hair, radiant skin, and confidence that glows.",
+ icon: (
+
+ ),
},
];
return (
-
+
-
+
Simple Process
-
+
How ManoonOils Works
+
-
+
{steps.map((step, index) => (
{/* Connector line (not on last item) */}
{index < steps.length - 1 && (
-
+
)}
- {/* Number circle */}
-
-
-
{step.number}
+ {/* Step card */}
+
+ {/* Number badge */}
+
+
+ {/* Icon */}
+
+ {step.icon}
+
+
+
{step.title}
+
+ {step.description}
+
-
-
{step.title}
-
- {step.description}
-
))}
{/* CTA */}
- Start Your Transformation
+ Start Your Transformation
+
diff --git a/src/components/home/ProblemSection.tsx b/src/components/home/ProblemSection.tsx
index 531cdcc..a81a05a 100644
--- a/src/components/home/ProblemSection.tsx
+++ b/src/components/home/ProblemSection.tsx
@@ -4,7 +4,7 @@ import { motion } from "framer-motion";
export default function ProblemSection() {
return (
-
+
-
+
The Problem
-
+
Tired of Hair & Skin Products That Don't Deliver?
+
+ You deserve better than products filled with harsh chemicals and empty promises
+
+
-
+
{[
{
icon: (
-
-
{review.name}
+
+
{review.name}
+
+
+
+
Verified
+
{review.location}
@@ -112,7 +118,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod
))}
- Based on 50 reviews
+ Based on 1000+ reviews