Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 11:00:43 +00:00
parent 799b70c542
commit 541c10a0ae

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"],
},
]}