diff --git a/src/app/page.tsx b/src/app/page.tsx index 87d61a4..54f88aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,8 +156,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Book a Call", href: "/contact" }, - { text: "Schedule Call", href: "https://calendly.com" } + { text: "Start Your Growth", href: "/contact" }, + { text: "Speak with an Expert", href: "https://calendly.com" } ]} buttonAnimation="slide-up" /> @@ -242,4 +242,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file