From d87a4be927a70838005489bba3a2538ef97fd769 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:43:40 +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 cfc81c2..3fa8dbc 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 d907605c4da6402b7b5c014f99b0f054edb8b6f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:43:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8399296..7306258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ const HomePage = () => { mediaAnimation="none" buttons={[ { text: "📞 Call Now (332) 222-0135", href: "tel:(332)222-0135" }, - { text: "Request Service Online", href: "#contact" }, + { text: "Schedule Online Appointment", href: "#contact" }, ]} /> @@ -167,7 +167,7 @@ const HomePage = () => { useInvertedBackground={false} buttons={[ { text: "📞 Call Now", href: "tel:(332)222-0135" }, - { text: "Request Service", href: "#contact" }, + { text: "Schedule Online Appointment", href: "#contact" }, ]} /> @@ -183,4 +183,4 @@ const HomePage = () => { ); }; -export default HomePage; +export default HomePage; \ No newline at end of file -- 2.49.1