Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-05 23:26:35 +00:00

View File

@@ -98,23 +98,38 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Teeth Cleaning", description: "Professional cleaning to remove tartar and plaque buildup, preventing cavities and gum disease. Regular cleanings keep your smile bright and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=1"
title: "Teeth Cleaning", description: "Professional cleaning to remove tartar and plaque buildup, preventing cavities and gum disease. Regular cleanings keep your smile bright and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=1", buttons: [
{ text: "Learn More", href: "#services" },
{ text: "Schedule for This Service", href: "#contact" }
]
},
{
id: 2,
title: "Tooth Extraction", description: "Gentle extraction services for damaged, decayed, or problematic teeth. We prioritize your comfort with advanced pain management techniques.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=2"
title: "Tooth Extraction", description: "Gentle extraction services for damaged, decayed, or problematic teeth. We prioritize your comfort with advanced pain management techniques.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=2", buttons: [
{ text: "Learn More", href: "#services" },
{ text: "Schedule for This Service", href: "#contact" }
]
},
{
id: 3,
title: "Orthodontics (Braces)", description: "Modern braces and orthodontic treatments to straighten your teeth and improve your bite. Achieve the smile you've always wanted.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=3"
title: "Orthodontics (Braces)", description: "Modern braces and orthodontic treatments to straighten your teeth and improve your bite. Achieve the smile you've always wanted.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=3", buttons: [
{ text: "Learn More", href: "#services" },
{ text: "Schedule for This Service", href: "#contact" }
]
},
{
id: 4,
title: "Cosmetic Dentistry", description: "Enhance your smile with teeth whitening, veneers, and bonding treatments. Discover the confidence that comes with a beautiful smile.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=4"
title: "Cosmetic Dentistry", description: "Enhance your smile with teeth whitening, veneers, and bonding treatments. Discover the confidence that comes with a beautiful smile.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=4", buttons: [
{ text: "Learn More", href: "#services" },
{ text: "Schedule for This Service", href: "#contact" }
]
},
{
id: 5,
title: "Root Canal Treatment", description: "Advanced endodontic care to save infected or damaged teeth. Our gentle approach minimizes discomfort and preserves your natural tooth.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=5"
title: "Root Canal Treatment", description: "Advanced endodontic care to save infected or damaged teeth. Our gentle approach minimizes discomfort and preserves your natural tooth.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=5", buttons: [
{ text: "Learn More", href: "#services" },
{ text: "Schedule for This Service", href: "#contact" }
]
},
]}
textboxLayout="default"