Merge version_19 into main

Merge version_19 into main
This commit was merged in pull request #24.
This commit is contained in:
2026-03-02 22:10:29 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1385,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -225,12 +225,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="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="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."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get Free Quote Today", href: "#" },
{ text: "Schedule Your Free Estimate", href: "#" },
{ text: "Call Now", href: "tel:(555) 123-4567" }
]}
/>
@@ -277,4 +277,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}