6 Commits

Author SHA1 Message Date
2677d2e5a9 Merge version_3 into main
Merge version_3 into main
2026-03-06 20:52:28 +00:00
c197701e4d Update src/app/page.tsx 2026-03-06 20:52:23 +00:00
f733504241 Merge version_2 into main
Merge version_2 into main
2026-03-06 20:47:36 +00:00
0c3a39b24e Update src/app/page.tsx 2026-03-06 20:47:31 +00:00
6f11730e63 Update src/app/layout.tsx 2026-03-06 20:47:31 +00:00
e639220808 Merge version_1 into main
Merge version_1 into main
2026-03-06 20:43:40 +00:00
2 changed files with 43 additions and 23 deletions

View File

@@ -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: [
{

View File

@@ -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,18 +184,22 @@ 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."
cardTitle="Patient Reviews: Real Stories from Our Satisfied Patients"
cardTag="Patient Reviews"
cardTagIcon={Star}
cardAnimation="slide-up"
@@ -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>