Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 09:56:41 +00:00

View File

@@ -20,8 +20,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Doctor", href: "/about" },
{ label: "Services", href: "/services" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Knee Pain Treatment", href: "/services#knee" },
{ label: "Fracture Treatment", href: "/services#fracture" },
{ label: "Joint Pain Treatment", href: "/services#joint" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 81309 06716", href: "tel:+918130906716" },
{ label: "WhatsApp", href: "https://wa.me/918130906716" },
{ label: "Directions", href: "https://maps.google.com/?q=HBH+Colony+Sector+29+Faridabad" },
@@ -47,8 +44,7 @@ export default function ContactPage() {
],
},
{
title: "Location",
items: [
title: "Location", items: [
{ label: "HBH Colony, Sector 29", href: "#" },
{ label: "Faridabad, Haryana 121008", href: "#" },
{ label: "Open 6 PM onwards", href: "#" },
@@ -64,7 +60,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -81,9 +77,7 @@ export default function ContactPage() {
]}
brandName="Dr. Akshay Raj"
button={{
text: "Book Appointment",
href: "/contact",
}}
text: "Book Appointment", href: "/contact"}}
/>
</div>
@@ -93,48 +87,26 @@ export default function ContactPage() {
description="Schedule your consultation today. We're here to help you with your orthopedic care needs. Evening OPD available for your convenience."
tag="Contact Us"
tagIcon={Phone}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{
text: "Call Now: +91 81309 06716",
href: "tel:+918130906716",
},
text: "Call Now: +91 81309 06716", href: "tel:+918130906716"},
{
text: "WhatsApp Doctor",
href: "https://wa.me/918130906716",
},
text: "WhatsApp Doctor", href: "https://wa.me/918130906716"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg",
imageAlt: "professional orthopedic surgeon doctor clinic",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg", imageAlt: "professional orthopedic surgeon doctor clinic"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/pristine-quiet-hallways-scientific-research-facility-speak-innovation-discovery_91128-4330.jpg",
imageAlt: "modern medical clinic interior clean",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/pristine-quiet-hallways-scientific-research-facility-speak-innovation-discovery_91128-4330.jpg", imageAlt: "modern medical clinic interior clean"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg",
imageAlt: "doctor consultation patient talking healthcare",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg", imageAlt: "doctor consultation patient talking healthcare"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-health-workers_23-2149112521.jpg",
imageAlt: "orthopedic physical therapy treatment knee",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-health-workers_23-2149112521.jpg", imageAlt: "orthopedic physical therapy treatment knee"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/tired-asian-patient-being-nervous-checkup-visit-appointment-while-waiting-specialist-discuss-medication-treatment-young-adult-sitting-chair-hospital-waiting-area_482257-63342.jpg",
imageAlt: "patient recovery healing successful treatment",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/tired-asian-patient-being-nervous-checkup-visit-appointment-while-waiting-specialist-discuss-medication-treatment-young-adult-sitting-chair-hospital-waiting-area_482257-63342.jpg", imageAlt: "patient recovery healing successful treatment"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-office-used-by-doctors-find-right-diagnostic_482257-112508.jpg",
imageAlt: "medical clinic facility equipment modern",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-office-used-by-doctors-find-right-diagnostic_482257-112508.jpg", imageAlt: "medical clinic facility equipment modern"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -149,13 +121,9 @@ export default function ContactPage() {
description="Schedule your appointment with Dr. Akshay Raj now. Evening OPD available. Call, WhatsApp, or fill the appointment form below."
buttons={[
{
text: "Call Now: +91 81309 06716",
href: "tel:+918130906716",
},
text: "Call Now: +91 81309 06716", href: "tel:+918130906716"},
{
text: "WhatsApp Doctor",
href: "https://wa.me/918130906716",
},
text: "WhatsApp Doctor", href: "https://wa.me/918130906716"},
]}
background={{ variant: "plain" }}
useInvertedBackground={true}
@@ -171,45 +139,21 @@ export default function ContactPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "When is the clinic open?",
content: "The clinic is open from 6:00 PM onwards for evening OPD. We welcome patients after working hours for convenient consultation.",
},
id: "1", title: "When is the clinic open?", content: "The clinic is open from 6:00 PM onwards for evening OPD. We welcome patients after working hours for convenient consultation."},
{
id: "2",
title: "How do I book an appointment?",
content: "You can book an appointment by calling +91 81309 06716, using our WhatsApp contact option, or filling the appointment form on our website. Same-day appointments are often available.",
},
id: "2", title: "How do I book an appointment?", content: "You can book an appointment by calling +91 81309 06716, using our WhatsApp contact option, or filling the appointment form on our website. Same-day appointments are often available."},
{
id: "3",
title: "What is the consultation fee?",
content: "Please call our clinic at +91 81309 06716 for current consultation rates. We offer competitive pricing for comprehensive orthopedic consultations.",
},
id: "3", title: "What is the consultation fee?", content: "Please call our clinic at +91 81309 06716 for current consultation rates. We offer competitive pricing for comprehensive orthopedic consultations."},
{
id: "4",
title: "Do you treat sports injuries?",
content: "Yes! We specialize in sports injury treatment with quick recovery protocols. Our expertise includes ligament injuries, sprains, strains, and post-injury rehabilitation.",
},
id: "4", title: "Do you treat sports injuries?", content: "Yes! We specialize in sports injury treatment with quick recovery protocols. Our expertise includes ligament injuries, sprains, strains, and post-injury rehabilitation."},
{
id: "5",
title: "Can I get same-day appointment?",
content: "Same-day appointments are often available, especially for urgent cases. Contact us immediately at +91 81309 06716 to check availability.",
},
id: "5", title: "Can I get same-day appointment?", content: "Same-day appointments are often available, especially for urgent cases. Contact us immediately at +91 81309 06716 to check availability."},
{
id: "6",
title: "What areas do you cover?",
content: "We primarily serve Faridabad and nearby areas including Sector 29, Sector 35, and surrounding regions. Patients from Delhi NCR also visit regularly.",
},
id: "6", title: "What areas do you cover?", content: "We primarily serve Faridabad and nearby areas including Sector 29, Sector 35, and surrounding regions. Patients from Delhi NCR also visit regularly."},
{
id: "7",
title: "Do you provide physiotherapy guidance?",
content: "Yes, post-treatment physiotherapy guidance is an integral part of our care plan. We ensure patients receive proper rehabilitation instructions.",
},
id: "7", title: "Do you provide physiotherapy guidance?", content: "Yes, post-treatment physiotherapy guidance is an integral part of our care plan. We ensure patients receive proper rehabilitation instructions."},
{
id: "8",
title: "Is the clinic easily accessible?",
content: "Yes! Our clinic is located in HBH Colony, Sector 29, Faridabad with easy parking and accessible entrance. Check Google Maps for directions.",
},
id: "8", title: "Is the clinic easily accessible?", content: "Yes! Our clinic is located in HBH Colony, Sector 29, Faridabad with easy parking and accessible entrance. Check Google Maps for directions."},
]}
faqsAnimation="slide-up"
animationType="smooth"