Update src/app/general-dentistry/page.tsx

This commit is contained in:
2026-06-11 04:25:24 +00:00
parent 6fc7371384
commit 263e8f8175

View File

@@ -57,7 +57,6 @@ export default function GeneralDentistryPage() {
<div id="about-general" data-section="about-general">
<TextAbout
title="Comprehensive General Dentistry"
description="We focus on prevention, diagnosis, and treatment of a wide range of oral health conditions. Regular check-ups and cleanings are crucial for maintaining your family's healthy smiles. From routine examinations to fillings and gum care, our goal is to keep your oral health at its best."
useInvertedBackground={false}
/>
</div>
@@ -67,10 +66,10 @@ export default function GeneralDentistryPage() {
title="Maintaining Your Oral Health"
description="Our general dentistry services are designed to keep your teeth and gums healthy for a lifetime, preventing common issues before they become serious."
features={[
{ title: "Routine Check-ups", description: "Thorough examinations to detect and prevent dental issues early.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg?_wi=2", imageAlt: "Dental check-up" },
{ title: "Professional Cleanings", description: "Remove plaque and tartar buildup for a fresh, healthy smile.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg?_wi=2", imageAlt: "Professional teeth cleaning" },
{ title: "Fillings & Restorations", description: "High-quality, durable fillings to restore damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg?_wi=2", imageAlt: "Dental fillings" },
{ title: "Preventative Care", description: "Fluoride treatments and sealants to protect against cavities.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg?_wi=2", imageAlt: "Preventative dental care" }
{ title: "Routine Check-ups", description: "Thorough examinations to detect and prevent dental issues early.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg", imageAlt: "Dental check-up" },
{ title: "Professional Cleanings", description: "Remove plaque and tartar buildup for a fresh, healthy smile.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Professional teeth cleaning" },
{ title: "Fillings & Restorations", description: "High-quality, durable fillings to restore damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg", imageAlt: "Dental fillings" },
{ title: "Preventative Care", description: "Fluoride treatments and sealants to protect against cavities.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-female-patients-tooth-x-ray_107420-73923.jpg", imageAlt: "Preventative dental care" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -102,7 +101,6 @@ export default function GeneralDentistryPage() {
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>