From 131e74e6954751e474b47b18b990812ecdeec549 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:42:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e12651e..0c3d442 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,19 +68,19 @@ export default function LandingPage() { tagIcon={Stethoscope} accordionItems={[ { - id: "1", title: "General Checkups", content: "Regular dental examinations to monitor your oral health, detect issues early, and maintain a healthy smile." + id: "1", title: "General Checkups – Keep Your Smile Healthy", content: "Regular dental examinations to monitor your oral health, detect issues early, and maintain a healthy smile." }, { - id: "2", title: "Professional Teeth Cleaning", content: "Deep cleaning services to remove plaque and tartar buildup, preventing gum disease and tooth decay." + id: "2", title: "Professional Teeth Cleaning – Prevent Gum Disease", content: "Deep cleaning services to remove plaque and tartar buildup, preventing gum disease and tooth decay." }, { - id: "3", title: "Cosmetic Dentistry", content: "Teeth whitening, veneers, and smile design treatments to enhance your smile's appearance and boost confidence." + id: "3", title: "Cosmetic Dentistry – Enhance Your Smile", content: "Teeth whitening, veneers, and smile design treatments to enhance your smile's appearance and boost confidence." }, { - id: "4", title: "Dental Fillings", content: "Modern, tooth-colored composite fillings to restore damaged or decayed teeth with natural-looking results." + id: "4", title: "Dental Fillings – Restore Damaged Teeth", content: "Modern, tooth-colored composite fillings to restore damaged or decayed teeth with natural-looking results." }, { - id: "5", title: "Emergency Dental Care", content: "Fast, compassionate emergency services for dental pain, trauma, or urgent dental issues." + id: "5", title: "Emergency Dental Care – Fast Relief", content: "Fast, compassionate emergency services for dental pain, trauma, or urgent dental issues." } ]} imageSrc="http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66954.jpg" -- 2.49.1