Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1412486b1c |
@@ -154,41 +154,32 @@ export default function FitForcePage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
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: "1", price: "$120", name: "Single Session", buttons: [
|
||||
{ text: "Book Now", href: "contact" }
|
||||
],
|
||||
features: [
|
||||
"60-minute one-on-one session", "Form analysis and correction", "Custom exercise selection", "Post-session guidance"
|
||||
]
|
||||
},
|
||||
{
|
||||
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", "Email support between sessions"
|
||||
]
|
||||
},
|
||||
{
|
||||
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"
|
||||
/>
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user