Update src/app/page.tsx
This commit is contained in:
141
src/app/page.tsx
141
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Physical Therapy", href: "#services" },
|
||||
{ label: "Sports Medicine", href: "#services" },
|
||||
{ label: "Pain Management", href: "#services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
@@ -92,7 +89,7 @@ export default function HomePage() {
|
||||
description="Patient-Centered Excellence"
|
||||
subdescription="Pyatt MSK Rehabilitation"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg"
|
||||
imageAlt="Physiotherapy treatment"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,29 +102,17 @@ export default function HomePage() {
|
||||
tag="Excellence in Care"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "95%",
|
||||
description:
|
||||
"Patient satisfaction rate and successful recovery outcomes across all treatment programs",
|
||||
},
|
||||
id: "1", value: "95%", description:
|
||||
"Patient satisfaction rate and successful recovery outcomes across all treatment programs"},
|
||||
{
|
||||
id: "2",
|
||||
value: "10,000+",
|
||||
description:
|
||||
"Patients successfully treated and returned to their normal activities and lifestyle",
|
||||
},
|
||||
id: "2", value: "10,000+", description:
|
||||
"Patients successfully treated and returned to their normal activities and lifestyle"},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
description:
|
||||
"Years of combined experience from our team of certified physiotherapists and specialists",
|
||||
},
|
||||
id: "3", value: "20+", description:
|
||||
"Years of combined experience from our team of certified physiotherapists and specialists"},
|
||||
{
|
||||
id: "4",
|
||||
value: "4.9/5",
|
||||
description:
|
||||
"Average rating from verified patient reviews and testimonials on independent platforms",
|
||||
},
|
||||
id: "4", value: "4.9/5", description:
|
||||
"Average rating from verified patient reviews and testimonials on independent platforms"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -139,35 +124,23 @@ export default function HomePage() {
|
||||
tag="Our Services"
|
||||
title="Comprehensive Treatment Services"
|
||||
description="Tailored rehabilitation programs addressing a wide range of musculoskeletal conditions. From acute injuries to chronic pain, we have the expertise to help you recover."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3603.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3603.jpg"
|
||||
imageAlt="Sports medicine rehabilitation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Physical Therapy & Rehabilitation",
|
||||
content:
|
||||
"Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility.",
|
||||
},
|
||||
id: "1", title: "Physical Therapy & Rehabilitation", content:
|
||||
"Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sports Injury Treatment",
|
||||
content:
|
||||
"Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely.",
|
||||
},
|
||||
id: "2", title: "Sports Injury Treatment", content:
|
||||
"Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pain Management",
|
||||
content:
|
||||
"Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies.",
|
||||
},
|
||||
id: "3", title: "Pain Management", content:
|
||||
"Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Work Injury Rehabilitation",
|
||||
content:
|
||||
"Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries.",
|
||||
},
|
||||
id: "4", title: "Work Injury Rehabilitation", content:
|
||||
"Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."},
|
||||
]}
|
||||
buttons={[{ text: "Explore Services", href: "#services" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -178,65 +151,29 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "@sarah_m",
|
||||
testimonial:
|
||||
"After my ACL surgery, Pyatt MSK got me back to running. Their team's expertise and personalized approach made all the difference in my recovery.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarah_m", testimonial:
|
||||
"After my ACL surgery, Pyatt MSK got me back to running. Their team's expertise and personalized approach made all the difference in my recovery.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
handle: "@david_chen",
|
||||
testimonial:
|
||||
"Chronic back pain was affecting my work. The physiotherapists at Pyatt MSK provided relief and taught me how to manage it long-term. Highly recommend!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
id: "2", name: "David Chen", handle: "@david_chen", testimonial:
|
||||
"Chronic back pain was affecting my work. The physiotherapists at Pyatt MSK provided relief and taught me how to manage it long-term. Highly recommend!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily_active",
|
||||
testimonial:
|
||||
"I injured my shoulder playing tennis. The sports medicine specialists helped me understand my injury and return to the court stronger than before.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_active", testimonial:
|
||||
"I injured my shoulder playing tennis. The sports medicine specialists helped me understand my injury and return to the court stronger than before.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Thompson",
|
||||
handle: "@mthompson",
|
||||
testimonial:
|
||||
"Professional, caring, and results-driven. My work injury recovery was faster than expected thanks to their structured approach and constant support.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Michael Thompson",
|
||||
},
|
||||
id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial:
|
||||
"Professional, caring, and results-driven. My work injury recovery was faster than expected thanks to their structured approach and constant support.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Park",
|
||||
handle: "@jpark_wellness",
|
||||
testimonial:
|
||||
"The team made me feel heard and supported throughout my recovery journey. Their expertise combined with genuine care is unmatched.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Jessica Park",
|
||||
},
|
||||
id: "5", name: "Jessica Park", handle: "@jpark_wellness", testimonial:
|
||||
"The team made me feel heard and supported throughout my recovery journey. Their expertise combined with genuine care is unmatched.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Park"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Walsh",
|
||||
handle: "@rwash_sports",
|
||||
testimonial:
|
||||
"Outstanding rehabilitation program. Within 8 weeks, I regained full mobility and confidence. This is professional healthcare at its finest.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Robert Walsh",
|
||||
},
|
||||
id: "6", name: "Robert Walsh", handle: "@rwash_sports", testimonial:
|
||||
"Outstanding rehabilitation program. Within 8 weeks, I regained full mobility and confidence. This is professional healthcare at its finest.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Walsh"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Real Patient Stories"
|
||||
|
||||
Reference in New Issue
Block a user