10 Commits

Author SHA1 Message Date
1de6ee9808 Merge version_5 into main
Merge version_5 into main
2026-03-12 06:59:34 +00:00
51eedbb9c9 Update src/app/page.tsx 2026-03-12 06:59:30 +00:00
68e958ed29 Merge version_5 into main
Merge version_5 into main
2026-03-12 06:59:09 +00:00
a31177dcd9 Update src/app/page.tsx 2026-03-12 06:59:05 +00:00
efabc672e1 Merge version_4 into main
Merge version_4 into main
2026-03-12 06:55:57 +00:00
51728cbd7c Update src/app/page.tsx 2026-03-12 06:55:53 +00:00
d8bfacec86 Merge version_4 into main
Merge version_4 into main
2026-03-12 06:55:32 +00:00
a3e9e1bd9f Update src/app/page.tsx 2026-03-12 06:55:28 +00:00
951b6e1ba0 Merge version_3 into main
Merge version_3 into main
2026-03-11 19:29:01 +00:00
6b25a0428d Merge version_3 into main
Merge version_3 into main
2026-03-11 19:28:36 +00:00

View File

@@ -150,23 +150,23 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "General Dentistry", description: "Professional cleanings, fillings, sealants, and oral cancer screenings to maintain your dental health.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1567353537519-db20aad405ea?w=400&q=80&_wi=1" }, title: "General Dentistry", description: "Professional cleanings, fillings, sealants, and oral cancer screenings to maintain your dental health.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=400&q=80", imageAlt: "Professional cleaning and oral exam" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=400&q=80&_wi=1" } phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1576091160626-8e4f96a8f1f1?w=400&q=80&_wi=1", imageAlt: "Dental cleaning tools and equipment" }
}, },
{ {
id: 2, id: 2,
title: "Restorative Dentistry", description: "Crowns, bridges, dental implants, root canals, and dentures to restore your smile and function.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=400&q=80&_wi=2" }, title: "Restorative Dentistry", description: "Crowns, bridges, dental implants, root canals, and dentures to restore your smile and function.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1606811841689-23db3c05dd64?w=400&q=80", imageAlt: "Dental implant consultation" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1606811841689-23db3c05dd64?w=400&q=80&_wi=1" } phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1606811841550-1e0f43b4c7b8?w=400&q=80", imageAlt: "Restorative dental treatment" }
}, },
{ {
id: 3, id: 3,
title: "Cosmetic Dentistry", description: "Teeth whitening, porcelain veneers, and smile makeovers to achieve your dream smile.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1606811841689-23db3c05dd64?w=400&q=80&_wi=2" }, title: "Cosmetic Dentistry", description: "Teeth whitening, porcelain veneers, and smile makeovers to achieve your dream smile.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1576091160626-8e4f96a8f1f1?w=400&q=80&_wi=2", imageAlt: "Teeth whitening procedure" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1567353537519-db20aad405ea?w=400&q=80&_wi=2" } phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1605461404834-78ad91c6d63f?w=400&q=80", imageAlt: "Smile makeover results" }
}, },
{ {
id: 4, id: 4,
title: "Additional Care Services", description: "Orthodontic treatment, TMJ/TMD treatment, extractions, and emergency dental care available.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=400&q=80&_wi=3" }, title: "Additional Care Services", description: "Orthodontic treatment, TMJ/TMD treatment, extractions, and emergency dental care available.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1589308078519-f75b0fa48897?w=400&q=80", imageAlt: "Orthodontic treatment" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1606811841689-23db3c05dd64?w=400&q=80&_wi=3" } phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1605461404969-2292a94bee7d?w=400&q=80", imageAlt: "Emergency dental care" }
} }
]} ]}
buttons={[{ text: "Book Your Visit", onClick: handleAppointmentSubmit }]} buttons={[{ text: "Book Your Visit", onClick: handleAppointmentSubmit }]}