diff --git a/src/app/page.tsx b/src/app/page.tsx index 847e566..6a5d29f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { logoText="Mindex AI" description="Intelligent marketing automation powered by advanced AI. Generate compelling campaigns, optimize performance, and engage customers with unprecedented precision." buttons={[ - { text: "Start Free Trial", href: "contact" }, - { text: "View Demo", href: "features" } + { text: "Get Free Trial", href: "contact" }, + { text: "See AI in Action", href: "features" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }}