Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-30 18:13:59 +00:00

View File

@@ -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)}
/>
</div>
@@ -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"] },