Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-10 09:07:10 +00:00

View File

@@ -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."
/>
</div>
@@ -194,4 +193,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}