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 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