Switch to version 21: modified src/app/page.tsx

This commit is contained in:
2026-03-02 22:30:21 +00:00
parent c7aa93ec0e
commit a9822be2de

View File

@@ -221,7 +221,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="No obligation. Response within 24 hours. Ready to transform your outdoor space? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
text="Transform your outdoor space with a free consultation. Ready to get started? Contact Maddscape today for a free consultation and quote. Our team is ready to bring your landscaping vision to life."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -273,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}