Merge version_14 into main #30

Merged
bender merged 1 commits from version_14 into main 2026-03-08 11:06:24 +00:00

View File

@@ -300,6 +300,24 @@ export default function LandingPage() {
/>
</div>
<div id="contact-center" data-section="contact-center">
<ContactSplit
tag="Contact Center"
title="Get In Touch with Our Team"
description="Have questions or need assistance? Our dedicated contact center is here to help you with any inquiries about our dental services, appointments, or treatments."
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/corridor-waiting-room-health-facility-equipped-with-patient-seats-office-furniture-ready-examination-hospital-with-no-professional-health-workers-patients-scheduling-consultations_482257-64392.jpg?_wi=1"
imageAlt="Expert Dental Care Contact Center"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email for support"
buttonText="Submit"
termsText="We respect your privacy. Your inquiries will be handled confidentially and our team will respond within 24 hours."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
@@ -329,4 +347,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}