Update src/app/about/page.tsx
This commit is contained in:
@@ -18,26 +18,23 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Back & Neck Pain", href: "/" },
|
||||
{ label: "Joint Pain Therapy", href: "/" },
|
||||
{ label: "Post-Surgery Rehab", href: "/" },
|
||||
{ label: "Sports Injuries", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Back & Neck Pain", href: "/services" },
|
||||
{ label: "Joint Pain Therapy", href: "/services" },
|
||||
{ label: "Post-Surgery Rehab", href: "/services" },
|
||||
{ label: "Sports Injuries", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91-9876-543-210", href: "tel:+919876543210" },
|
||||
{ label: "Email: info@jainphysio.com", href: "mailto:info@jainphysio.com" },
|
||||
{ label: "Address: Char Imli, Bhopal", href: "#" },
|
||||
@@ -45,8 +42,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -75,9 +71,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="Jain Physiotherapy Clinic"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,15 +80,10 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="About Our Clinic"
|
||||
description={[
|
||||
"Jain Physiotherapy Clinic has been serving the Bhopal community for over 15 years. Founded by Dr. Jhankar Jain, our clinic is dedicated to providing world-class physiotherapy treatment with a patient-centered approach.",
|
||||
"We combine evidence-based treatment protocols with compassionate care. Our state-of-the-art facility is equipped with modern diagnostic and therapeutic equipment, ensuring that every patient receives the highest standard of care.",
|
||||
"Our mission is simple: to help people regain their mobility, reduce pain, and improve their quality of life through effective physiotherapy treatment and personalized rehabilitation programs.",
|
||||
]}
|
||||
"Jain Physiotherapy Clinic has been serving the Bhopal community for over 15 years. Founded by Dr. Jhankar Jain, our clinic is dedicated to providing world-class physiotherapy treatment with a patient-centered approach.", "We combine evidence-based treatment protocols with compassionate care. Our state-of-the-art facility is equipped with modern diagnostic and therapeutic equipment, ensuring that every patient receives the highest standard of care.", "Our mission is simple: to help people regain their mobility, reduce pain, and improve their quality of life through effective physiotherapy treatment and personalized rehabilitation programs."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -113,12 +102,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "doctor-main",
|
||||
name: "Dr. Jhankar Jain",
|
||||
role: "Chief Physiotherapist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-with-crossed-arms-raising-eyebrow_23-2148085195.jpg?_wi=2",
|
||||
imageAlt: "Dr. Jhankar Jain",
|
||||
},
|
||||
id: "doctor-main", name: "Dr. Jhankar Jain", role: "Chief Physiotherapist", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop", imageAlt: "Dr. Jhankar Jain - Chief physiotherapist at clinic in Bhopal"},
|
||||
]}
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="slide-up"
|
||||
@@ -136,25 +120,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
description: "Years in Practice",
|
||||
},
|
||||
id: "experience", value: "15+", description: "Years in Practice"},
|
||||
{
|
||||
id: "patients",
|
||||
value: "5000+",
|
||||
description: "Patients Treated",
|
||||
},
|
||||
id: "patients", value: "5000+", description: "Patients Treated"},
|
||||
{
|
||||
id: "conditions",
|
||||
value: "50+",
|
||||
description: "Conditions Specialized",
|
||||
},
|
||||
id: "conditions", value: "50+", description: "Conditions Specialized"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Patient Satisfaction",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Patient Satisfaction"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user