diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d482e5a..6b7ab84 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 eafa7ce..a7b80bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function HomePage() { @@ -109,7 +109,7 @@ export default function HomePage() { tagIcon={TrendingUp} tagAnimation="slide-up" buttons={[ - { text: "Get Free Strategy Call", href: "/contact" }, + { text: "Get Free ROI Audit", href: "/contact" }, { text: "View Our Work", href: "#case-studies" }, ]} buttonAnimation="slide-up" @@ -309,4 +309,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file