Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-03 11:00:49 +00:00
2 changed files with 7 additions and 12 deletions

View File

@@ -65,20 +65,17 @@ export default function PricingPage() {
<PricingCardFive
plans={[
{
id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description: "Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "/#contact-lead" },
featuresTitle: "Assessment Includes:", features: [
id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description: "Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "/#contact-lead" }, featuresTitle: "Assessment Includes:", features: [
"60-minute detailed evaluation", "Movement analysis and testing", "Written treatment plan", "Home exercise program"],
},
{
id: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap,
price: "$120", period: "/session", description: "Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "/#contact-lead" },
featuresTitle: "Includes:", features: [
price: "$120", period: "/session", description: "Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "/#contact-lead" }, featuresTitle: "Includes:", features: [
"45-minute therapy session", "Advanced treatment techniques", "Progress monitoring", "Exercise adjustments", "Free home exercise videos"],
},
{
id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles,
price: "$649", period: "total", description: "Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "/#contact-lead" },
featuresTitle: "Package Benefits:", features: [
price: "$649", period: "total", description: "Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "/#contact-lead" }, featuresTitle: "Package Benefits:", features: [
"6 therapy sessions (save $71)", "Dedicated therapist assigned", "Priority scheduling", "Email exercise support", "Progress photos & metrics"],
},
]}
@@ -121,6 +118,7 @@ export default function PricingPage() {
buttonText="Get in Touch"
inputPlaceholder="Your email"
onSubmit={(email) => console.log("Contact request:", email)}
mediaAnimation="slide-up"
/>
</div>

View File

@@ -111,20 +111,17 @@ export default function ServicesPage() {
<PricingCardFive
plans={[
{
id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description: "Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "/#contact-lead" },
featuresTitle: "Assessment Includes:", features: [
id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description: "Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "/#contact-lead" }, featuresTitle: "Assessment Includes:", features: [
"60-minute detailed evaluation", "Movement analysis and testing", "Written treatment plan", "Home exercise program"],
},
{
id: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap,
price: "$120", period: "/session", description: "Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "/#contact-lead" },
featuresTitle: "Includes:", features: [
price: "$120", period: "/session", description: "Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "/#contact-lead" }, featuresTitle: "Includes:", features: [
"45-minute therapy session", "Advanced treatment techniques", "Progress monitoring", "Exercise adjustments", "Free home exercise videos"],
},
{
id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles,
price: "$649", period: "total", description: "Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "/#contact-lead" },
featuresTitle: "Package Benefits:", features: [
price: "$649", period: "total", description: "Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "/#contact-lead" }, featuresTitle: "Package Benefits:", features: [
"6 therapy sessions (save $71)", "Dedicated therapist assigned", "Priority scheduling", "Email exercise support", "Progress photos & metrics"],
},
]}