Merge version_2 into main #2
@@ -16,7 +16,8 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "Family Dentist in Belleville, IL | Michael M Milanovich DMD", description: "Trusted family dentist in Belleville, Illinois. Dr. Milanovich provides comfortable, high-quality dental care including exams, cleanings, fillings, and preventative services. 4.6★ rated. Call (618) 397-1118.", keywords: "dentist Belleville Illinois, family dentistry, general dentist, dental care, preventative dentistry, teeth cleaning", metadataBase: new URL("https://milanovich-dmd.com"),
|
||||
alternates: {
|
||||
canonical: "https://milanovich-dmd.com"},
|
||||
canonical: "https://milanovich-dmd.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Family Dentist in Belleville, IL | Michael M Milanovich DMD", description: "Trusted family dentist providing comfortable, high-quality dental care in Belleville, Illinois.", url: "https://milanovich-dmd.com", siteName: "Michael M Milanovich DMD", type: "website", images: [
|
||||
{
|
||||
|
||||
@@ -52,13 +52,16 @@ export default function DentalLandingPage() {
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-stomatology-orthodontic-hospital-cabinet-with-nobody-it-equipped-with-modern-furniture-teet_482257-2882.jpg?_wi=1", imageAlt: "Modern dental office interior"},
|
||||
"http://img.b2bpic.net/free-photo/empty-stomatology-orthodontic-hospital-cabinet-with-nobody-it-equipped-with-modern-furniture-teet_482257-2882.jpg?_wi=1", imageAlt: "Modern dental office interior"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg?_wi=1", imageAlt: "Happy patient with healthy smile"},
|
||||
"http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg?_wi=1", imageAlt: "Happy patient with healthy smile"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=1", imageAlt: "Family dentistry care"},
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=1", imageAlt: "Family dentistry care"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -99,27 +102,33 @@ export default function DentalLandingPage() {
|
||||
{
|
||||
title: "General Dentistry", description:
|
||||
"Comprehensive dental care including examinations, cleanings, and treatments to maintain optimal oral health.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg?_wi=1", imageAlt: "General dentistry services"},
|
||||
"http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg?_wi=1", imageAlt: "General dentistry services"
|
||||
},
|
||||
{
|
||||
title: "Dental Exams & Cleanings", description:
|
||||
"Regular professional cleanings and thorough examinations to detect issues early and prevent complications.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18591.jpg?_wi=2", imageAlt: "Dental examination"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18591.jpg?_wi=2", imageAlt: "Dental examination"
|
||||
},
|
||||
{
|
||||
title: "Preventative Dental Care", description:
|
||||
"Proactive care focused on preventing tooth decay, gum disease, and other oral health problems through education and treatment.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=2", imageAlt: "Preventative care"},
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=2", imageAlt: "Preventative care"
|
||||
},
|
||||
{
|
||||
title: "Tooth Fillings", description:
|
||||
"Modern, tooth-colored fillings that repair cavities and restore dental structure with natural appearance.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg?_wi=2", imageAlt: "Tooth filling treatment"},
|
||||
"http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg?_wi=2", imageAlt: "Tooth filling treatment"
|
||||
},
|
||||
{
|
||||
title: "Family Dentistry", description:
|
||||
"Compassionate dental care for patients of all ages, from children to seniors, in a welcoming environment.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=3", imageAlt: "Family dentistry"},
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=3", imageAlt: "Family dentistry"
|
||||
},
|
||||
{
|
||||
title: "Oral Health Maintenance", description:
|
||||
"Long-term oral health management to maintain beautiful, healthy teeth throughout your life.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg?_wi=2", imageAlt: "Oral health maintenance"},
|
||||
"http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg?_wi=2", imageAlt: "Oral health maintenance"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,27 +148,33 @@ export default function DentalLandingPage() {
|
||||
{
|
||||
title: "Experienced Local Dentist", description:
|
||||
"Dr. Milanovich brings years of professional experience and deep knowledge of family dental care.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18591.jpg?_wi=3", imageAlt: "Experienced professional"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18591.jpg?_wi=3", imageAlt: "Experienced professional"
|
||||
},
|
||||
{
|
||||
title: "Friendly & Welcoming Staff", description:
|
||||
"Our compassionate team creates a warm, comfortable environment where patients feel valued and cared for.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=4", imageAlt: "Friendly staff"},
|
||||
"http://img.b2bpic.net/free-photo/woman-patient-dentist_1303-9360.jpg?_wi=4", imageAlt: "Friendly staff"
|
||||
},
|
||||
{
|
||||
title: "Comfortable Patient Care", description:
|
||||
"We prioritize your comfort and well-being, using gentle techniques and patient-focused treatment approaches.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg?_wi=3", imageAlt: "Comfortable care"},
|
||||
"http://img.b2bpic.net/free-photo/pretty-woman-bed-sitting-pillow_273609-4819.jpg?_wi=3", imageAlt: "Comfortable care"
|
||||
},
|
||||
{
|
||||
title: "Trusted by Community", description:
|
||||
"Generations of Belleville families have trusted us with their dental health and continue to recommend us.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg?_wi=3", imageAlt: "Community trust"},
|
||||
"http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg?_wi=3", imageAlt: "Community trust"
|
||||
},
|
||||
{
|
||||
title: "Focus on Long-Term Health", description:
|
||||
"We emphasize preventative care and education to help you maintain excellent oral health for life.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18591.jpg?_wi=4", imageAlt: "Long-term health"},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18591.jpg?_wi=4", imageAlt: "Long-term health"
|
||||
},
|
||||
{
|
||||
title: "Modern Facility", description:
|
||||
"Our office features contemporary equipment and technology to provide the highest standard of dental care.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-stomatology-orthodontic-hospital-cabinet-with-nobody-it-equipped-with-modern-furniture-teet_482257-2882.jpg?_wi=2", imageAlt: "Modern dental facility"},
|
||||
"http://img.b2bpic.net/free-photo/empty-stomatology-orthodontic-hospital-cabinet-with-nobody-it-equipped-with-modern-furniture-teet_482257-2882.jpg?_wi=2", imageAlt: "Modern dental facility"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,16 +184,20 @@ export default function DentalLandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg", imageAlt: "Sarah Johnson"},
|
||||
"http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Emily Rodriguez"},
|
||||
"http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=2", imageAlt: "David Kim"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=2", imageAlt: "David Kim"
|
||||
},
|
||||
]}
|
||||
cardTitle="Excellent service, friendly staff, and best-in-class dental care. Our patients rate us 4.6 stars and trust us with their smiles."
|
||||
cardTag="Patient Reviews"
|
||||
@@ -198,8 +217,8 @@ export default function DentalLandingPage() {
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Appointment"
|
||||
termsText="By submitting your email, you agree to receive appointment reminders and dental health information from our office."
|
||||
buttonText="Schedule Now"
|
||||
termsText="We'll contact you within 1 business hour to confirm your appointment"
|
||||
onSubmit={handleEmailSubmit}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user