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" } ]}