Merge version_3 into main #5

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

View File

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

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
showDimOverlay={true}
buttons={[
{ text: "📞 Call Now", href: "tel:(647) 927-4177" },
{ text: "📅 Book a Cleaning", href: "https://calendly.com" },
{ text: "🚀 Get Same-Day Booking", href: "https://calendly.com" },
]}
/>
</div>
@@ -205,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}