diff --git a/src/app/page.tsx b/src/app/page.tsx index b29eac2..b79fee1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,8 +79,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "General Dentistry", description: "Tooth pain treatment, cavity filling, and routine dental checkups to keep your smile healthy.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19635.jpg", imageAlt: "General dentistry services"}, + { title: "General Dentistry", description: "Tooth pain treatment, cavity filling, and routine dental checkups to keep your smile healthy.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19635.jpg", imageAlt: "General dentistry services"}, { title: "Cosmetic Dentistry", description: "Teeth whitening and smile improvement procedures to enhance your confidence and appearance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg", imageAlt: "Cosmetic dentistry services"}, { @@ -147,8 +146,8 @@ export default function LandingPage() { imageAlt="Roshan Dental Clinic appointment booking" mediaAnimation="slide-up" mediaPosition="right" - inputPlaceholder="Enter your email" - buttonText="Schedule Appointment" + inputPlaceholder="Your email address" + buttonText="Book Appointment Now" termsText="We respect your privacy. Your information will only be used to contact you about your appointment." /> @@ -194,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file