diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c3d442..3d58e4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Book Appointment", href: "#appointment" + text: "Book Now – Limited Spots", href: "#appointment" }} /> @@ -68,19 +68,19 @@ export default function LandingPage() { tagIcon={Stethoscope} accordionItems={[ { - 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: "1", title: "General Checkups", content: "Regular dental examinations to monitor your oral health, detect issues early, and maintain a healthy smile." }, { - 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: "2", title: "Professional Teeth Cleaning", content: "Deep cleaning services to remove plaque and tartar buildup, preventing gum disease and tooth decay." }, { - 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: "3", title: "Cosmetic Dentistry", content: "Teeth whitening, veneers, and smile design treatments to enhance your smile's appearance and boost confidence." }, { - 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: "4", title: "Dental Fillings", content: "Modern, tooth-colored composite fillings to restore damaged or decayed teeth with natural-looking results." }, { - id: "5", title: "Emergency Dental Care – Fast Relief", content: "Fast, compassionate emergency services for dental pain, trauma, or urgent dental issues." + id: "5", title: "Emergency Dental Care", 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" @@ -143,7 +143,7 @@ export default function LandingPage() {