Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-06-11 04:25:29 +00:00
Showing only changes of commit 9524a42187 - Show all commits

View File

@@ -58,7 +58,6 @@ export default function ImplantsPage() {
<div id="about-implants" data-section="about-implants"> <div id="about-implants" data-section="about-implants">
<TextAbout <TextAbout
title="Restore Your Smile with Dental Implants" 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} useInvertedBackground={false}
/> />
</div> </div>
@@ -83,9 +82,9 @@ export default function ImplantsPage() {
title="Why Choose Dental Implants?" title="Why Choose Dental Implants?"
description="Discover the long-term benefits of dental implants, including durability, comfort, and improved oral health." description="Discover the long-term benefits of dental implants, including durability, comfort, and improved oral health."
features={[ 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: "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?_wi=3", imageAlt: "Durable 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?_wi=3", imageAlt: "Bone health preservation" } { 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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -102,7 +101,6 @@ export default function ImplantsPage() {
{ items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) }, { items: footerNavItemsColumn2.map(item => ({...item, Component: Link})) },
{ items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) } { items: footerNavItemsColumn3.map(item => ({...item, Component: Link})) }
]} ]}
useInvertedBackground={true}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>