1 Commits

Author SHA1 Message Date
1412486b1c Bob AI: For the pricing section I only have oneplan which ... 2026-02-05 15:18:41 +00:00

View File

@@ -154,41 +154,32 @@ export default function FitForcePage() {
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardThree <PricingCardThree
title="Investment in Your Health" title="Investment in Your Health"
description="Flexible training packages designed to fit your goals and budget" description="Flexible training packages designed to fit your goals and budget"
tag="Pricing" tag="Pricing"
tagIcon={Zap} tagIcon={Zap}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
plans={[ plans={[
{ {
id: "1", price: "$120", name: "Single Session", buttons: [ id: "2",
{ text: "Book Now", href: "contact" } badge: "Most Popular",
], badgeIcon: Sparkles,
features: [ price: "$480/mo",
"60-minute one-on-one session", "Form analysis and correction", "Custom exercise selection", "Post-session guidance" name: "4-Week Package",
] buttons: [
}, { text: "Get Started", href: "contact" }
{ ],
id: "2", badge: "Most Popular", badgeIcon: Sparkles, features: [
price: "$480/mo", name: "4-Week Package", buttons: [ "4 sessions per month",
{ text: "Get Started", href: "contact" } "Personalized program design",
], "Nutrition guidance",
features: [ "Progress tracking and adjustments"
"4 sessions per month", "Personalized program design", "Nutrition guidance", "Progress tracking and adjustments", "Email support between sessions" ]
] }
}, ]}
{ useInvertedBackground="noInvert"
id: "3", price: "$1,400", name: "12-Week Transformation", buttons: [ />
{ text: "Begin Transformation", href: "contact" }
],
features: [
"12 one-on-one sessions", "Complete fitness assessment", "Customized nutrition plan", "Weekly check-ins and adjustments", "Before and after progress photos", "Lifetime program access"
]
}
]}
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">