diff --git a/src/app/page.tsx b/src/app/page.tsx index f34aa2d..2de910e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}`)}