Update src/app/page.tsx
This commit is contained in:
371
src/app/page.tsx
371
src/app/page.tsx
@@ -34,91 +34,52 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Doctors",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Doctors", id: "#team"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Why Choose Us", id: "#features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "#locations",
|
||||
},
|
||||
name: "Locations", id: "#locations"},
|
||||
{
|
||||
name: "Appointment",
|
||||
id: "#appointment",
|
||||
},
|
||||
name: "Appointment", id: "#appointment"},
|
||||
]}
|
||||
brandName="Jain Dental Hospital"
|
||||
bottomLeftText="Phone: +91-9582535204 | WhatsApp: +91-9999660561"
|
||||
bottomRightText="Email: info@jaindentistdelhi.com | Hours: 10AM–8PM"
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#appointment",
|
||||
}}
|
||||
text: "Book Appointment", href: "#appointment"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Indirapuram's Most Trusted Dental Hospital"
|
||||
description="21 Years of Pain-Free Dentistry | 5 Lakh+ Patients | 4.9 ⭐ Google Rating"
|
||||
tag="Jain Dental Hospital"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#appointment",
|
||||
},
|
||||
text: "Book Appointment", href: "#appointment"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919999660561",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919999660561"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg",
|
||||
imageAlt: "Modern luxurious dental clinic interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Modern luxurious dental clinic interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-nurse-medic-emotion-pandemic_179666-24193.jpg",
|
||||
imageAlt: "Happy patient smiling, showing healthy teeth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg",
|
||||
imageAlt: "Full equiped medical cabinet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/faucet-sink-dental-chair_140725-7698.jpg",
|
||||
imageAlt: "Faucet and sink in the dental chair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg",
|
||||
imageAlt: "Stylish beautiful spacious dental clinic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-nurse-medic-emotion-pandemic_179666-24193.jpg", imageAlt: "Happy patient smiling, showing healthy teeth"},
|
||||
]}
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={4.9}
|
||||
ratingText="Google Rating"
|
||||
/>
|
||||
@@ -131,29 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Patients Treated",
|
||||
value: "5,00,000+",
|
||||
},
|
||||
id: "m1", icon: Users,
|
||||
title: "Patients Treated", value: "5,00,000+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Dental Implants",
|
||||
value: "20,000+",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Dental Implants", value: "20,000+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: CalendarCheck,
|
||||
title: "Years Experience",
|
||||
value: "21",
|
||||
},
|
||||
id: "m3", icon: CalendarCheck,
|
||||
title: "Years Experience", value: "21"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Star,
|
||||
title: "Google Reviews | Rating",
|
||||
value: "2,490+ | 4.9",
|
||||
},
|
||||
id: "m4", icon: Star,
|
||||
title: "Google Reviews | Rating", value: "2,490+ | 4.9"},
|
||||
]}
|
||||
title="Our Legacy of Excellence"
|
||||
description="Decades of dedicated service and patient trust, building healthy smiles across Indirapuram and East Delhi."
|
||||
@@ -179,21 +128,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "doc-arpan",
|
||||
name: "Dr. Arpan Jain",
|
||||
role: "Implantologist & Expert Dentist | 21 Years Experience",
|
||||
description: "BDS, MDS. A pioneer in dental implantology, Dr. Arpan Jain leads our team with extensive experience and a commitment to precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-work-tools-putting-hands-desk-isolated-pink-wall_141793-97604.jpg",
|
||||
imageAlt: "Dr. Arpan Jain",
|
||||
},
|
||||
id: "doc-arpan", name: "Dr. Arpan Jain", role: "Implantologist & Expert Dentist | 21 Years Experience", description: "BDS, MDS. A pioneer in dental implantology, Dr. Arpan Jain leads our team with extensive experience and a commitment to precision.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-work-tools-putting-hands-desk-isolated-pink-wall_141793-97604.jpg", imageAlt: "Dr. Arpan Jain"},
|
||||
{
|
||||
id: "doc-rashi",
|
||||
name: "Dr. Rashi Agarwal Jain",
|
||||
role: "RCT Expert & Endodontist",
|
||||
description: "BDS, MDS. Dr. Rashi Agarwal Jain specializes in painless root canal treatments, ensuring comfort and effective solutions for our patients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-portrait-young-beautiful-brunette-woman-wearing-nice-trendy-white-suit-sexy-fashion-model-posing-studio-fashionable-female-isolated-blue_158538-25890.jpg",
|
||||
imageAlt: "Dr. Rashi Agarwal Jain",
|
||||
},
|
||||
id: "doc-rashi", name: "Dr. Rashi Agarwal Jain", role: "RCT Expert & Endodontist", description: "BDS, MDS. Dr. Rashi Agarwal Jain specializes in painless root canal treatments, ensuring comfort and effective solutions for our patients.", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-portrait-young-beautiful-brunette-woman-wearing-nice-trendy-white-suit-sexy-fashion-model-posing-studio-fashionable-female-isolated-blue_158538-25890.jpg", imageAlt: "Dr. Rashi Agarwal Jain"},
|
||||
]}
|
||||
title="Meet Our Leading Specialists"
|
||||
description="Our highly experienced doctors are dedicated to providing compassionate, advanced, and pain-free dental care tailored to your needs."
|
||||
@@ -206,107 +143,38 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
brand: "Speciality",
|
||||
name: "Dental Implants",
|
||||
price: "Starting from ₹X",
|
||||
rating: 5,
|
||||
reviewCount: "Most ideal solution for missing teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-background-with-isometric-lizard_23-2148183435.jpg",
|
||||
imageAlt: "Dental Implants Icon",
|
||||
},
|
||||
id: "s1", brand: "Speciality", name: "Dental Implants", price: "Starting from ₹X", rating: 5,
|
||||
reviewCount: "Most ideal solution for missing teeth.", imageSrc: "http://img.b2bpic.net/free-photo/green-background-with-isometric-lizard_23-2148183435.jpg", imageAlt: "Dental Implants Icon"},
|
||||
{
|
||||
id: "s2",
|
||||
brand: "Aesthetics",
|
||||
name: "Invisalign & Clear Aligners",
|
||||
price: "Starting from ₹Y",
|
||||
rating: 5,
|
||||
reviewCount: "Straighten teeth invisibly with modern aligner technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/tooth-icons-collection_1212-449.jpg",
|
||||
imageAlt: "Invisalign Icon",
|
||||
},
|
||||
id: "s2", brand: "Aesthetics", name: "Invisalign & Clear Aligners", price: "Starting from ₹Y", rating: 5,
|
||||
reviewCount: "Straighten teeth invisibly with modern aligner technology.", imageSrc: "http://img.b2bpic.net/free-vector/tooth-icons-collection_1212-449.jpg", imageAlt: "Invisalign Icon"},
|
||||
{
|
||||
id: "s3",
|
||||
brand: "Painless Care",
|
||||
name: "Root Canal Treatment",
|
||||
price: "Starting from ₹Z",
|
||||
rating: 5,
|
||||
reviewCount: "Painless RCT performed by our expert Endodontist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/tooth-dental-implant-abstract-low-poly-wireframe-mesh-design-vector-illustration_587448-515.jpg",
|
||||
imageAlt: "Root Canal Icon",
|
||||
},
|
||||
id: "s3", brand: "Painless Care", name: "Root Canal Treatment", price: "Starting from ₹Z", rating: 5,
|
||||
reviewCount: "Painless RCT performed by our expert Endodontist.", imageSrc: "http://img.b2bpic.net/free-vector/tooth-dental-implant-abstract-low-poly-wireframe-mesh-design-vector-illustration_587448-515.jpg", imageAlt: "Root Canal Icon"},
|
||||
{
|
||||
id: "s4",
|
||||
brand: "Oral Surgery",
|
||||
name: "Wisdom Teeth Removal",
|
||||
price: "Starting from ₹A",
|
||||
rating: 5,
|
||||
reviewCount: "Safe and expert extraction for impacted wisdom teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-glasses-wearing-orange-shirt-showing-thumbs-up-smiling-standing-light-wall_141793-61062.jpg",
|
||||
imageAlt: "Wisdom Teeth Icon",
|
||||
},
|
||||
id: "s4", brand: "Oral Surgery", name: "Wisdom Teeth Removal", price: "Starting from ₹A", rating: 5,
|
||||
reviewCount: "Safe and expert extraction for impacted wisdom teeth.", imageSrc: "http://img.b2bpic.net/free-photo/man-glasses-wearing-orange-shirt-showing-thumbs-up-smiling-standing-light-wall_141793-61062.jpg", imageAlt: "Wisdom Teeth Icon"},
|
||||
{
|
||||
id: "s5",
|
||||
brand: "Restorative",
|
||||
name: "Dental Crowns & Bridges",
|
||||
price: "Starting from ₹B",
|
||||
rating: 5,
|
||||
reviewCount: "Restore shape, strength, and function to damaged teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toothbrush-composition_23-2147817689.jpg",
|
||||
imageAlt: "Dental Crowns Icon",
|
||||
},
|
||||
id: "s5", brand: "Restorative", name: "Dental Crowns & Bridges", price: "Starting from ₹B", rating: 5,
|
||||
reviewCount: "Restore shape, strength, and function to damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/toothbrush-composition_23-2147817689.jpg", imageAlt: "Dental Crowns Icon"},
|
||||
{
|
||||
id: "s6",
|
||||
brand: "Periodontics",
|
||||
name: "Gum Treatment",
|
||||
price: "Starting from ₹C",
|
||||
rating: 5,
|
||||
reviewCount: "Treat and prevent gum disease for healthy foundations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-dental-clinic-labels-template_23-2149664233.jpg",
|
||||
imageAlt: "Gum Treatment Icon",
|
||||
},
|
||||
id: "s6", brand: "Periodontics", name: "Gum Treatment", price: "Starting from ₹C", rating: 5,
|
||||
reviewCount: "Treat and prevent gum disease for healthy foundations.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-dental-clinic-labels-template_23-2149664233.jpg", imageAlt: "Gum Treatment Icon"},
|
||||
{
|
||||
id: "s7",
|
||||
brand: "Pediatric",
|
||||
name: "Kids Dentistry",
|
||||
price: "Starting from ₹D",
|
||||
rating: 5,
|
||||
reviewCount: "Gentle, compassionate care for little smiles, making dental visits fun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dentist-logo-collection_1346-51.jpg",
|
||||
imageAlt: "Kids Dentistry Icon",
|
||||
},
|
||||
id: "s7", brand: "Pediatric", name: "Kids Dentistry", price: "Starting from ₹D", rating: 5,
|
||||
reviewCount: "Gentle, compassionate care for little smiles, making dental visits fun.", imageSrc: "http://img.b2bpic.net/free-vector/dentist-logo-collection_1346-51.jpg", imageAlt: "Kids Dentistry Icon"},
|
||||
{
|
||||
id: "s8",
|
||||
brand: "General Dentistry",
|
||||
name: "Dental Filling",
|
||||
price: "Starting from ₹E",
|
||||
rating: 5,
|
||||
reviewCount: "Restore damaged teeth with tooth-colored, durable fillings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-symbols_23-2149510237.jpg",
|
||||
imageAlt: "Dental Filling Icon",
|
||||
},
|
||||
id: "s8", brand: "General Dentistry", name: "Dental Filling", price: "Starting from ₹E", rating: 5,
|
||||
reviewCount: "Restore damaged teeth with tooth-colored, durable fillings.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-medical-symbols_23-2149510237.jpg", imageAlt: "Dental Filling Icon"},
|
||||
{
|
||||
id: "s9",
|
||||
brand: "Cosmetic",
|
||||
name: "Cosmetic Dentistry",
|
||||
price: "Starting from ₹F",
|
||||
rating: 5,
|
||||
reviewCount: "Complete smile makeovers for a confident, radiant appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plant-medium-shot_23-2149411344.jpg",
|
||||
imageAlt: "Cosmetic Dentistry Icon",
|
||||
},
|
||||
id: "s9", brand: "Cosmetic", name: "Cosmetic Dentistry", price: "Starting from ₹F", rating: 5,
|
||||
reviewCount: "Complete smile makeovers for a confident, radiant appearance.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plant-medium-shot_23-2149411344.jpg", imageAlt: "Cosmetic Dentistry Icon"},
|
||||
{
|
||||
id: "s10",
|
||||
brand: "Maxillofacial",
|
||||
name: "Oral & Maxillofacial Surgery",
|
||||
price: "Starting from ₹G",
|
||||
rating: 5,
|
||||
reviewCount: "Advanced surgical solutions for jaw and facial conditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1740.jpg",
|
||||
imageAlt: "Oral Surgery Icon",
|
||||
},
|
||||
id: "s10", brand: "Maxillofacial", name: "Oral & Maxillofacial Surgery", price: "Starting from ₹G", rating: 5,
|
||||
reviewCount: "Advanced surgical solutions for jaw and facial conditions.", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1740.jpg", imageAlt: "Oral Surgery Icon"},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="We offer a full spectrum of advanced dental treatments, from routine check-ups to complex surgeries, all under one roof, ensuring optimal oral health and stunning smiles."
|
||||
@@ -320,29 +188,17 @@ export default function LandingPage() {
|
||||
description="We combine unparalleled expertise, advanced technology, and compassionate care to deliver exceptional dental solutions and patient experiences."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "6+ Dental Specialists on one team",
|
||||
content: "Our multispeciality team ensures you receive comprehensive and integrated care for all your dental needs under one roof.",
|
||||
},
|
||||
id: "f1", title: "6+ Dental Specialists on one team", content: "Our multispeciality team ensures you receive comprehensive and integrated care for all your dental needs under one roof."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "20 Dental Chair infrastructure",
|
||||
content: "Experience state-of-the-art facilities with 20 modern dental chairs, ensuring comfort, efficiency, and minimal waiting times.",
|
||||
},
|
||||
id: "f2", title: "20 Dental Chair infrastructure", content: "Experience state-of-the-art facilities with 20 modern dental chairs, ensuring comfort, efficiency, and minimal waiting times."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Painless, modern treatment",
|
||||
content: "We utilize the latest techniques and technology to provide pain-free and comfortable dental procedures.",
|
||||
},
|
||||
id: "f3", title: "Painless, modern treatment", content: "We utilize the latest techniques and technology to provide pain-free and comfortable dental procedures."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "500+ patients treated free of cost",
|
||||
content: "Our commitment extends to community welfare, providing free dental care to over 500 underprivileged patients.",
|
||||
},
|
||||
id: "f4", title: "500+ patients treated free of cost", content: "Our commitment extends to community welfare, providing free dental care to over 500 underprivileged patients."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551199.jpg"
|
||||
imageAlt="Modern dental clinic exterior at night"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
@@ -354,45 +210,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dhruv Balooni",
|
||||
handle: "@dhruvbalooni",
|
||||
testimonial: "\"Painless treatment in a safe, sanitized environment. Highly recommend Jain Dental Hospital for their professional and caring approach.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg",
|
||||
imageAlt: "Dhruv Balooni",
|
||||
},
|
||||
id: "t1", name: "Dhruv Balooni", handle: "@dhruvbalooni", testimonial: "\"Painless treatment in a safe, sanitized environment. Highly recommend Jain Dental Hospital for their professional and caring approach.\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dhruv Balooni"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Shiv Kumar",
|
||||
handle: "@shivkumar",
|
||||
testimonial: "\"Got two implants done. They look exactly like original teeth. Thank you Dr. Jain and the entire team for the fantastic work!\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42157.jpg",
|
||||
imageAlt: "Shiv Kumar",
|
||||
},
|
||||
id: "t2", name: "Shiv Kumar", handle: "@shivkumar", testimonial: "\"Got two implants done. They look exactly like original teeth. Thank you Dr. Jain and the entire team for the fantastic work!\"", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42157.jpg", imageAlt: "Shiv Kumar"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Nitin Jose",
|
||||
handle: "@nitinjose",
|
||||
testimonial: "\"Both doctors are a great team. They identified my problem accurately and resolved it with innovative and effective solutions.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-his-female-patient_23-2147862032.jpg",
|
||||
imageAlt: "Nitin Jose",
|
||||
},
|
||||
id: "t3", name: "Nitin Jose", handle: "@nitinjose", testimonial: "\"Both doctors are a great team. They identified my problem accurately and resolved it with innovative and effective solutions.\"", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-his-female-patient_23-2147862032.jpg", imageAlt: "Nitin Jose"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Prabhat Kaushal",
|
||||
handle: "@prabhatkaushal",
|
||||
testimonial: "\"Excellent clinic. The patient and doctor relationship is highly maintained throughout the treatment process, making it a comfortable experience.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-medic-showing-diagnosis-laptop-sick-patient-explaining-disease-medicine-treatment-checkup-visit-appointment-waiting-room-doctor-woman-doing-medical-examination_482257-48869.jpg",
|
||||
imageAlt: "Prabhat Kaushal",
|
||||
},
|
||||
id: "t4", name: "Prabhat Kaushal", handle: "@prabhatkaushal", testimonial: "\"Excellent clinic. The patient and doctor relationship is highly maintained throughout the treatment process, making it a comfortable experience.\"", imageSrc: "http://img.b2bpic.net/free-photo/senior-medic-showing-diagnosis-laptop-sick-patient-explaining-disease-medicine-treatment-checkup-visit-appointment-waiting-room-doctor-woman-doing-medical-examination_482257-48869.jpg", imageAlt: "Prabhat Kaushal"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anjali Sharma",
|
||||
handle: "@anjalish",
|
||||
testimonial: "\"The staff is incredibly friendly and the clinic is spotless. My dental cleaning was thorough and gentle. A truly premium experience.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg",
|
||||
imageAlt: "Anjali Sharma",
|
||||
},
|
||||
id: "t5", name: "Anjali Sharma", handle: "@anjalish", testimonial: "\"The staff is incredibly friendly and the clinic is spotless. My dental cleaning was thorough and gentle. A truly premium experience.\"", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg", imageAlt: "Anjali Sharma"},
|
||||
]}
|
||||
title="Patient Reviews"
|
||||
description="Hear directly from our valued patients about their exceptional experiences and the quality of care they received at Jain Dental Hospital."
|
||||
@@ -411,27 +237,9 @@ export default function LandingPage() {
|
||||
description="Visit us at our state-of-the-art clinics in Indirapuram, Ghaziabad and IP Extension, East Delhi for world-class dental care."
|
||||
blogs={[
|
||||
{
|
||||
id: "loc1",
|
||||
category: "Branch",
|
||||
title: "Indirapuram Branch",
|
||||
excerpt: "26, Mall Road, Near Ashiana Upvan, Ahinsa Khand 2, Indirapuram, Ghaziabad, Uttar Pradesh 201014",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-digital-tablet_53876-127353.jpg",
|
||||
imageAlt: "Google Map of Indirapuram Branch",
|
||||
authorName: "Jain Dental Hospital",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-66892.jpg",
|
||||
date: "Open Now",
|
||||
},
|
||||
id: "loc1", category: "Branch", title: "Indirapuram Branch", excerpt: "26, Mall Road, Near Ashiana Upvan, Ahinsa Khand 2, Indirapuram, Ghaziabad, Uttar Pradesh 201014", imageSrc: "http://img.b2bpic.net/free-photo/illustration-dental-care-application-digital-tablet_53876-127353.jpg", imageAlt: "Google Map of Indirapuram Branch", authorName: "Jain Dental Hospital", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-66892.jpg", date: "Open Now"},
|
||||
{
|
||||
id: "loc2",
|
||||
category: "Branch",
|
||||
title: "IP Extension, East Delhi Branch",
|
||||
excerpt: "C-127, First Floor, Ganesh Nagar, IP Ext. Patparganj, New Delhi, Delhi 110092",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg",
|
||||
imageAlt: "Google Map of IP Extension Branch",
|
||||
authorName: "Jain Dental Hospital",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/variety-cute-doctors-faces_23-2147662108.jpg",
|
||||
date: "Open Now",
|
||||
},
|
||||
id: "loc2", category: "Branch", title: "IP Extension, East Delhi Branch", excerpt: "C-127, First Floor, Ganesh Nagar, IP Ext. Patparganj, New Delhi, Delhi 110092", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentition-chart-monitor-screen_23-2147906071.jpg", imageAlt: "Google Map of IP Extension Branch", authorName: "Jain Dental Hospital", authorAvatar: "http://img.b2bpic.net/free-vector/variety-cute-doctors-faces_23-2147662108.jpg", date: "Open Now"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -440,8 +248,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Book Your Visit"
|
||||
title="Ready for a Healthier Smile?"
|
||||
description="Schedule your appointment today and take the first step towards exceptional dental health and a confident smile. Our team is eager to welcome you!"
|
||||
@@ -460,77 +267,47 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Doctors",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Doctors", href: "#team"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Patient Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Patient Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Indirapuram Branch",
|
||||
href: "#locations",
|
||||
},
|
||||
label: "Indirapuram Branch", href: "#locations"},
|
||||
{
|
||||
label: "IP Extension Branch",
|
||||
href: "#locations",
|
||||
},
|
||||
label: "IP Extension Branch", href: "#locations"},
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "#appointment",
|
||||
},
|
||||
label: "Book Appointment", href: "#appointment"},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/919999660561",
|
||||
},
|
||||
label: "WhatsApp Us", href: "https://wa.me/919999660561"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sitemap", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/jaindentalhospital",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/jaindentalhospital"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/jaindentalhospital",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/jaindentalhospital"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://youtube.com/@jaindentalhospital",
|
||||
},
|
||||
label: "YouTube", href: "https://youtube.com/@jaindentalhospital"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/jain-dental-hospital",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/jain-dental-hospital"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user