diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cdebea..c617bcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function HomePage() { carouselPosition="right" buttons={[ { - text: "Start Your Journey", href: "#pricing" + text: "Get Your Free Trial", href: "#pricing" }, { text: "Learn More", href: "/about" @@ -294,4 +294,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}