Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user