From 0e22451fc4ccc9f5cc6d900a6e11a8aebb48c5ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:19:10 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a5bfd2b..8131d43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 278cee7acc2e19544db120c83df4ed30a0fe6533 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:19:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcea634..2bea707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> @@ -205,4 +205,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1