Update src/app/find-doctors/page.tsx
This commit is contained in:
@@ -61,33 +61,13 @@ export default function FindDoctorsPage() {
|
||||
tag="Search Features"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Filter by Specialization",
|
||||
description: "Find doctors across all medical specialties. From cardiology to dermatology, pediatrics to psychiatry. Get specialist care tailored to your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-doctor-s-hand-reading-medical-report-clipboard_23-2148129566.jpg?_wi=2",
|
||||
imageAlt: "Search by medical specialization",
|
||||
},
|
||||
id: "01", title: "Filter by Specialization", description: "Find doctors across all medical specialties. From cardiology to dermatology, pediatrics to psychiatry. Get specialist care tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-doctor-s-hand-reading-medical-report-clipboard_23-2148129566.jpg", imageAlt: "Search by medical specialization"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Location & Availability",
|
||||
description: "Find doctors near you or in preferred locations. Filter by clinic timings, consultation types (online/in-person), and appointment availability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-old-woman-discuss-x-ray-scan-preventive-cancer-medicine_482257-126618.jpg?_wi=2",
|
||||
imageAlt: "Filter by location and availability",
|
||||
},
|
||||
id: "02", title: "Location & Availability", description: "Find doctors near you or in preferred locations. Filter by clinic timings, consultation types (online/in-person), and appointment availability.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-old-woman-discuss-x-ray-scan-preventive-cancer-medicine_482257-126618.jpg", imageAlt: "Filter by location and availability"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Experience & Credentials",
|
||||
description: "View verified credentials, years of experience, educational background, and professional certifications. Make informed decisions based on proven expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-notebook-medical-mask-with-hand-sanitizer_23-2148821847.jpg?_wi=2",
|
||||
imageAlt: "Doctor credentials and experience",
|
||||
},
|
||||
id: "03", title: "Experience & Credentials", description: "View verified credentials, years of experience, educational background, and professional certifications. Make informed decisions based on proven expertise.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-notebook-medical-mask-with-hand-sanitizer_23-2148821847.jpg", imageAlt: "Doctor credentials and experience"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Patient Reviews & Ratings",
|
||||
description: "Read authentic patient reviews, check ratings, and see real feedback from patients who have visited these doctors. Average ratings help you choose confidently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-medical-landing-page_23-2149024239.jpg?_wi=2",
|
||||
imageAlt: "Patient reviews and ratings",
|
||||
},
|
||||
id: "04", title: "Patient Reviews & Ratings", description: "Read authentic patient reviews, check ratings, and see real feedback from patients who have visited these doctors. Average ratings help you choose confidently.", imageSrc: "http://img.b2bpic.net/free-vector/flat-medical-landing-page_23-2149024239.jpg", imageAlt: "Patient reviews and ratings"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -100,20 +80,11 @@ export default function FindDoctorsPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Easy Booking Process",
|
||||
content: "Select your preferred doctor, choose an available time slot, and complete your booking in minutes. Receive instant confirmation and appointment details via email and SMS.",
|
||||
},
|
||||
id: "1", title: "Easy Booking Process", content: "Select your preferred doctor, choose an available time slot, and complete your booking in minutes. Receive instant confirmation and appointment details via email and SMS."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Consultation Flexibility",
|
||||
description: "Choose between online consultations via video call or in-person visits at the doctor's clinic. Get personalized care according to your convenience.",
|
||||
},
|
||||
id: "2", title: "Consultation Flexibility", content: "Choose between online consultations via video call or in-person visits at the doctor's clinic. Get personalized care according to your convenience."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Verified Doctor Database",
|
||||
content: "All doctors on MediConnect are verified and licensed healthcare professionals. We conduct background checks and verify credentials to ensure patient safety.",
|
||||
},
|
||||
id: "3", title: "Verified Doctor Database", content: "All doctors on MediConnect are verified and licensed healthcare professionals. We conduct background checks and verify credentials to ensure patient safety."},
|
||||
]}
|
||||
ctaTitle="Ready to Book Your Consultation?"
|
||||
ctaDescription="Browse our verified doctors and book your appointment today. Quick, secure, and hassle-free."
|
||||
@@ -126,14 +97,13 @@ export default function FindDoctorsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-normal-office-with-face-mask_23-2148738318.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-normal-office-with-face-mask_23-2148738318.jpg"
|
||||
imageAlt="MediConnect healthcare platform"
|
||||
logoText="MediConnect"
|
||||
copyrightText="© 2025 MediConnect. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Find Doctors", href: "/find-doctors" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -141,8 +111,7 @@ export default function FindDoctorsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Healthcare Professionals",
|
||||
items: [
|
||||
title: "For Healthcare Professionals", items: [
|
||||
{ label: "Register as Doctor", href: "#" },
|
||||
{ label: "Doctor Dashboard", href: "#" },
|
||||
{ label: "Manage Availability", href: "#" },
|
||||
@@ -150,8 +119,7 @@ export default function FindDoctorsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user