Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 10:57:50 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
avatarText="77+ Homeowners • 4.8★ • 1000+ Projects"
buttons={[
{
text: "Call Now (512) 555-0123", href: "tel:+15125550123"
text: "Call Now Emergency 24/7", href: "tel:+15125550123"
},
{
text: "Request Service", href: "#contact"
@@ -221,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}