From 1412486b1cce11e7af412fb9acb58b1d7044faf2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 15:18:41 +0000 Subject: [PATCH] Bob AI: For the pricing section I only have oneplan which ... --- src/app/page.tsx | 61 +++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0018b4..980d3ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,41 +154,32 @@ export default function FitForcePage() {
+ title="Investment in Your Health" + description="Flexible training packages designed to fit your goals and budget" + tag="Pricing" + tagIcon={Zap} + textboxLayout="default" + animationType="slide-up" + plans={[ + { + id: "2", + badge: "Most Popular", + badgeIcon: Sparkles, + price: "$480/mo", + name: "4-Week Package", + buttons: [ + { text: "Get Started", href: "contact" } + ], + features: [ + "4 sessions per month", + "Personalized program design", + "Nutrition guidance", + "Progress tracking and adjustments" + ] + } + ]} + useInvertedBackground="noInvert" + />