Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-12 19:21:59 +00:00

View File

@@ -259,15 +259,15 @@ export default function HomePage() {
<div id="contact" data-section="contact" className="relative overflow-hidden py-24">
<ContactSplit
tag="Get in Touch"
title="Schedule Your Consultation Today"
description="Join thousands of satisfied patients who have discovered their ideal smile. Our appointment coordinators are ready to find the perfect time for your visit."
title="Schedule Your Consultation"
description="Ready to transform your smile? Reach out to us today."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
inputPlaceholder="Enter your email"
buttonText="Request Appointment"
termsText="By requesting an appointment, you agree to our Terms and acknowledge our Privacy Policy."
termsText="By requesting, you agree to our Terms and Privacy Policy."
mediaAnimation="opacity"
mediaPosition="right"
className="w-full"
@@ -289,7 +289,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Luminous Dental"
copyrightText="© 2025 Luminous Dental. All rights reserved. Privacy Policy | Terms of Service | HIPAA Compliance"
copyrightText="© 2025 Luminous Dental. All rights reserved."
columns={footerColumns}
className="w-full bg-gradient-to-b from-foreground to-foreground/95 text-background"
containerClassName="max-w-7xl mx-auto px-6 lg:px-8 py-20"