Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 005c5ae9ad | |||
| 3818155bee | |||
| 9483db01df |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user