Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-12 03:54:12 +00:00

View File

@@ -47,6 +47,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Premium Landscaping" tag="Premium Landscaping"
tagIcon={Leaf} tagIcon={Leaf}
mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Schedule a Consultation", href: "contact" }, { text: "Schedule a Consultation", href: "contact" },
{ text: "View Our Work", href: "portfolio" } { text: "View Our Work", href: "portfolio" }
@@ -101,6 +102,7 @@ export default function LandingPage() {
{ icon: Award, label: "Industry Recognition", value: "First-Class" }, { icon: Award, label: "Industry Recognition", value: "First-Class" },
{ icon: Heart, label: "Artists Supported", value: "Ongoing" } { icon: Heart, label: "Artists Supported", value: "Ongoing" }
]} ]}
metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -213,6 +215,7 @@ export default function LandingPage() {
title="Ready to Elevate Your Property?" title="Ready to Elevate Your Property?"
description="Limited availability. Premium service. Exceptional results. Let Hermosa Landscape Management transform your outdoor space into a legacy." description="Limited availability. Premium service. Exceptional results. Let Hermosa Landscape Management transform your outdoor space into a legacy."
background={{ variant: "plain" }} background={{ variant: "plain" }}
mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Book Your Consultation Today", href: "contact" } { text: "Book Your Consultation Today", href: "contact" }
]} ]}