diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f73d7..004d50b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,7 @@ export default function LandscapingPage() { tagIcon={Leaf} title="Transform Your Outdoor Space" description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life." + background={{ variant: "plain" }} buttons={[ { text: "Get Free Estimate", href: "#contact" }, { text: "Our Services", href: "#services" }, @@ -62,13 +63,11 @@ export default function LandscapingPage() { @@ -79,7 +78,6 @@ export default function LandscapingPage() { tagIcon={Leaf} title="What We Do" description="From design to maintenance, we handle every aspect of your landscape." - buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} features={[ @@ -161,7 +159,6 @@ export default function LandscapingPage() { title="Get Your Free Estimate" description="Tell us about your project and we'll get back to you within 24 hours." useInvertedBackground={false} - mediaAnimation="none" buttonText="Send Message" inputs={[ { name: "name", type: "text", placeholder: "Full Name", required: true }, @@ -179,6 +176,7 @@ export default function LandscapingPage() { { title: "Company", items: [{ label: "About", href: "#about" }] }, ]} bottomLeftText="© 2026 GreenScape" + bottomRightText="All rights reserved." />