Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-30 18:13:03 +00:00

View File

@@ -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() {
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Available When You Need Us"
description="We are ready to transform your property throughout the Portland metropolitan area."
description={["We are ready to transform your property throughout the Portland metropolitan area."]}
metrics={[
{
value: "24/7", title: "Support Access"},
id: "m1", value: "24/7", title: "Support Access", items: []},
{
value: "Fast", title: "Quote Response"},
id: "m2", value: "Fast", title: "Quote Response", items: []},
]}
imageSrc="http://img.b2bpic.net/free-photo/gardener-growing-plants-pots-greenhouse-hands-gardener-cutting-branches-with-pruner-closeup-shot-gardening-job-concept_74855-12809.jpg"
imageAlt="Landscape maintenance team"
@@ -67,7 +68,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{
items: [
title: "Navigation", items: [
{
label: "Home", href: "/"},
{
@@ -77,7 +78,7 @@ export default function LandingPage() {
],
},
{
items: [
title: "Contact", items: [
{
label: "(503) 737-8857", href: "tel:5037378857"},
{