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() {