diff --git a/src/app/implants/page.tsx b/src/app/implants/page.tsx
index 7057ea2..3a61dbd 100644
--- a/src/app/implants/page.tsx
+++ b/src/app/implants/page.tsx
@@ -58,7 +58,6 @@ export default function ImplantsPage() {
@@ -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}
/>