Update src/app/page.tsx

This commit is contained in:
2026-05-27 08:44:34 +00:00
parent 3ce905ef95
commit f4af33d59c

View File

@@ -165,6 +165,7 @@ export default function LuxuryDentistPage() {
tagIcon={Mail}
title="Request a Complimentary Offer Today"
description="Tell us about your dental needs and our team will prepare a tailored treatment plan and transparent cost estimate, followed by an automated confirmation email."
useInvertedBackground={true}
buttonText="Request Offer"
inputPlaceholder="Enter your email"
onSubmit={(email) => console.log(`Offer request from: ${email}`)}