From 58d503daca69a76291817dc452e2beae49c2f43f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 17:49:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca36afd..39677fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,9 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; 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'; @@ -113,6 +111,7 @@ export default function LandingPage() { description="Check your Body Mass Index (BMI) to understand your fitness goals better." gridVariant="uniform-all-items-equal" textboxLayout="split" + useInvertedBackground={true} metrics={[ { id: "c1", value: "Healthy", title: "BMI Calculation", description: "Enter your height & weight for a personalized assessment.", icon: Scale }, { id: "c2", value: "Expert", title: "Fitness Insights", description: "Personalized guidance based on your BMI trends.", icon: UserCheck } -- 2.49.1