3 Commits

Author SHA1 Message Date
8e8798dd27 Update src/app/page.tsx 2026-03-02 22:17:14 +00:00
96795ad6a4 Update src/app/layout.tsx 2026-03-02 22:17:13 +00:00
4fbadf991c Merge version_20 into main
Merge version_20 into main
2026-03-02 22:14:05 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

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>
);
}
}