diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 036e496..2035a05 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -38,6 +38,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} onSubmit={(email: string) => console.log("Form submitted with email:", email)} /> @@ -47,6 +48,8 @@ export default function LandingPage() { title="Available When You Need Us" description="We are ready to transform your property throughout the Portland metropolitan area." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "24/7", title: "Support Access", items: ["24/7 access", "Quick assistance"] }, { id: "m2", value: "Fast", title: "Quote Response", items: ["Fast response", "Free estimates"] },