From e5b238a3b2f050ec253f882381b5739a8e1b37ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 03:54:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c6946b..68aae31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Premium Landscaping" tagIcon={Leaf} + mediaAnimation="slide-up" buttons={[ { text: "Schedule a Consultation", href: "contact" }, { text: "View Our Work", href: "portfolio" } @@ -101,6 +102,7 @@ export default function LandingPage() { { icon: Award, label: "Industry Recognition", value: "First-Class" }, { icon: Heart, label: "Artists Supported", value: "Ongoing" } ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -213,6 +215,7 @@ export default function LandingPage() { title="Ready to Elevate Your Property?" description="Limited availability. Premium service. Exceptional results. Let Hermosa Landscape Management transform your outdoor space into a legacy." background={{ variant: "plain" }} + mediaAnimation="slide-up" buttons={[ { text: "Book Your Consultation Today", href: "contact" } ]}