Merge version_2 into main #4

Merged
bender merged 5 commits from version_2 into main 2026-03-03 10:55:58 +00:00
Showing only changes of commit a48ea7d7e7 - Show all commits

View File

@@ -7,15 +7,14 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from "@/components/sections/contact/ContactText";
import { Zap, Sparkles } from "lucide-react"; import { Zap, Sparkles } from "lucide-react";
import Link from "next/link";
export default function PricingPage() { export default function PricingPage() {
const navItems = [ const navItems = [
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/#contact" },
]; ];
const footerColumns = [ const footerColumns = [
@@ -30,9 +29,9 @@ export default function PricingPage() {
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Testimonials", href: "#testimonials" }, { label: "Testimonials", href: "/#testimonials" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "/#contact" },
], ],
}, },
{ {
@@ -40,7 +39,7 @@ export default function PricingPage() {
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" }, { label: "Accessibility", href: "#" },
{ label: "Contact Us", href: "#contact" }, { label: "Contact Us", href: "/#contact" },
], ],
}, },
]; ];
@@ -66,22 +65,19 @@ export default function PricingPage() {
<PricingCardFive <PricingCardFive
plans={[ plans={[
{ {
id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description: 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" },
"Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "#contact" },
featuresTitle: "Assessment Includes:", features: [ featuresTitle: "Assessment Includes:", features: [
"60-minute detailed evaluation", "Movement analysis and testing", "Written treatment plan", "Home exercise program"], "60-minute detailed evaluation", "Movement analysis and testing", "Written treatment plan", "Home exercise program"],
}, },
{ {
id: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap, id: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap,
price: "$120", period: "/session", description: 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" },
"Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "#contact" },
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"45-minute therapy session", "Advanced treatment techniques", "Progress monitoring", "Exercise adjustments", "Free home exercise videos"], "45-minute therapy session", "Advanced treatment techniques", "Progress monitoring", "Exercise adjustments", "Free home exercise videos"],
}, },
{ {
id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles, id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles,
price: "$649", period: "total", description: 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" },
"Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "#contact" },
featuresTitle: "Package Benefits:", features: [ featuresTitle: "Package Benefits:", features: [
"6 therapy sessions (save $71)", "Dedicated therapist assigned", "Priority scheduling", "Email exercise support", "Progress photos & metrics"], "6 therapy sessions (save $71)", "Dedicated therapist assigned", "Priority scheduling", "Email exercise support", "Progress photos & metrics"],
}, },
@@ -99,20 +95,17 @@ export default function PricingPage() {
tag="What's Included" tag="What's Included"
title="Comprehensive Care at Every Level" title="Comprehensive Care at Every Level"
description="All our pricing plans include access to our professional team, advanced treatment techniques, and personalized recovery support." description="All our pricing plans include access to our professional team, advanced treatment techniques, and personalized recovery support."
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQpbnFYe6fEjhWs3QB3kCkfR4d/uploaded-1772535267968-r33h1geo.png"
imageAlt="Physiotherapy treatment" imageAlt="Physiotherapy treatment"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
accordionItems={[ accordionItems={[
{ {
id: "1", title: "Professional Assessment", content: id: "1", title: "Professional Assessment", content: "Every patient receives a comprehensive evaluation to identify their specific needs and create an effective treatment plan."},
"Every patient receives a comprehensive evaluation to identify their specific needs and create an effective treatment plan."},
{ {
id: "2", title: "Evidence-Based Treatment", content: id: "2", title: "Evidence-Based Treatment", content: "We use proven physiotherapy techniques and exercise protocols that have been shown to accelerate recovery and improve outcomes."},
"We use proven physiotherapy techniques and exercise protocols that have been shown to accelerate recovery and improve outcomes."},
{ {
id: "3", title: "Progress Monitoring", content: id: "3", title: "Progress Monitoring", content: "Continuous assessment and documentation of your progress helps us adjust your treatment plan as you recover."},
"Continuous assessment and documentation of your progress helps us adjust your treatment plan as you recover."},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -123,7 +116,7 @@ export default function PricingPage() {
text="Still have questions about our pricing? Contact us to discuss a custom plan for your specific needs." text="Still have questions about our pricing? Contact us to discuss a custom plan for your specific needs."
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Get in Touch", href: "#contact" }, { text: "Get in Touch", href: "/#contact" },
{ text: "Schedule Consultation", href: "tel:+1234567890" }, { text: "Schedule Consultation", href: "tel:+1234567890" },
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -140,4 +133,4 @@ export default function PricingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }