diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b2f0e3..9bebbdd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,6 +13,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
+import { Droplets, Dumbbell } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +34,13 @@ export default function LandingPage() {
@@ -59,64 +48,12 @@ export default function LandingPage() {
@@ -126,18 +63,9 @@ export default function LandingPage() {
title="Scientifically Proven Results"
description="Our fitness planner uses the Mifflin-St Jeor equation, the gold standard in nutritional science, to ensure your calorie and macro targets are accurate and effective for your metabolism."
metrics={[
- {
- value: "10k+",
- title: "Plans Created",
- },
- {
- value: "95%",
- title: "Goal Success Rate",
- },
- {
- value: "24/7",
- title: "Support Access",
- },
+ { value: "10k+", title: "Plans Created" },
+ { value: "95%", title: "Goal Success Rate" },
+ { value: "24/7", title: "Support Access" },
]}
imageSrc="http://img.b2bpic.net/free-photo/assortiment-traditional-mexican-vegetables_23-2148224119.jpg"
mediaAnimation="blur-reveal"
@@ -145,246 +73,74 @@ export default function LandingPage() {
/>
+