From d4f19dff8c5362387c99789a7667a796f1bc6e7b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 18:12:57 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 87d7221..6ff656c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,6 +41,7 @@ export default function LandingPage() { title="Request Your Free Quote Today" description="Let's make your lawn look its best. Send us your project details." tag="Get in touch" + useInvertedBackground={false} inputPlaceholder="Enter your name and email" buttonText="Submit Request" onSubmit={(email: string) => console.log("Form submitted with email:", email)} @@ -51,12 +52,12 @@ export default function LandingPage() {