4 Commits

Author SHA1 Message Date
c6eb8b12e0 Update src/app/page.tsx 2026-03-08 11:06:20 +00:00
8cc9ced337 Merge version_13 into main
Merge version_13 into main
2026-03-08 11:02:37 +00:00
67c2990a0a Merge version_13 into main
Merge version_13 into main
2026-03-08 11:01:47 +00:00
58aa4e2826 Merge version_13 into main
Merge version_13 into main
2026-03-08 11:00:23 +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>
);
}
}