Merge version_2 into main #5
@@ -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"] },
|
||||
|
||||
Reference in New Issue
Block a user