From 2185d72e9938b8b275a5e1ac0fefb0d6e0074e94 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:59:45 +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 62d99b3..a15c69d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 539f883b3ccacb5e6130291655ffa3bef38d7fc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:59:46 +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 15997eb..fb2c705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,7 +163,7 @@ export default function HomePage() { imageAlt="Ratec Services contact" mediaAnimation="slide-up" mediaPosition="right" - buttonText="Request Service" + buttonText="Get Emergency Response" /> @@ -213,4 +213,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1