diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a22e61d..727db50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1389,4 +1389,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a565f3..255b829 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,7 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Schedule Free Consultation", href: "#contact" }, - { text: "View Our Portfolio", href: "#portfolio" }, + { text: "Claim Your Free Strategy Session", href: "#contact" }, ]} useInvertedBackground={false} /> @@ -241,4 +241,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file