From b61eaf510f9b5050ea49682efa5f9c85876b8a38 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 17:49:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee4f24d..ca36afd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,9 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Dumbbell, Scale, UserCheck } from 'lucide-react'; export default function LandingPage() { return ( @@ -34,6 +37,8 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Training", id: "features" }, + { name: "Plans", id: "pricing" }, + { name: "Calculator", id: "bmi" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} @@ -87,17 +92,31 @@ export default function LandingPage() { /> -
- + +
+ +
+
@@ -115,21 +134,9 @@ export default function LandingPage() { /> -
- -
-
@@ -166,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1