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

@@ -162,28 +162,19 @@ export default function FitForcePage() {
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: [
},
{
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "$480/mo", name: "4-Week Package", buttons: [
{ text: "Get Started", href: "contact" } { text: "Get Started", href: "contact" }
], ],
features: [ features: [
"4 sessions per month", "Personalized program design", "Nutrition guidance", "Progress tracking and adjustments", "Email support between sessions" "4 sessions per month",
] "Personalized program design",
}, "Nutrition guidance",
{ "Progress tracking and adjustments"
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"
] ]
} }
]} ]}