Update src/app/implants/page.tsx
This commit is contained in:
@@ -58,7 +58,6 @@ export default function ImplantsPage() {
|
||||
<div id="about-implants" data-section="about-implants">
|
||||
<TextAbout
|
||||
title="Restore Your Smile with Dental Implants"
|
||||
description="Dental implants are a permanent and natural-looking solution for missing teeth. They consist of a titanium post surgically placed into the jawbone, acting as an artificial tooth root. This restores both the aesthetics and functionality of your smile, allowing you to eat, speak, and smile with confidence."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,9 +82,9 @@ export default function ImplantsPage() {
|
||||
title="Why Choose Dental Implants?"
|
||||
description="Discover the long-term benefits of dental implants, including durability, comfort, and improved oral health."
|
||||
features={[
|
||||
{ title: "Natural Look & Feel", description: "Implants are designed to blend seamlessly with your natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg?_wi=3", imageAlt: "Natural-looking dental implant" },
|
||||
{ title: "Durability & Longevity", description: "With proper care, dental implants can last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg?_wi=3", imageAlt: "Durable dental implant" },
|
||||
{ title: "Preserves Bone Health", description: "Implants stimulate the jawbone, preventing bone loss that occurs with missing teeth.", 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=3", imageAlt: "Bone health preservation" }
|
||||
{ title: "Natural Look & Feel", description: "Implants are designed to blend seamlessly with your natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-3d-illustration-dental-implant-inside-jawbone_183364-123704.jpg", imageAlt: "Natural-looking dental implant" },
|
||||
{ title: "Durability & Longevity", description: "With proper care, dental implants can last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Durable dental implant" },
|
||||
{ title: "Preserves Bone Health", description: "Implants stimulate the jawbone, preventing bone loss that occurs with missing teeth.", 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: "Bone health preservation" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -102,7 +101,6 @@ export default function ImplantsPage() {
|
||||
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
|
||||
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user