diff --git a/src/app/page.tsx b/src/app/page.tsx index 45e7670..64ebe64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Get Started", href: "/login" }, + { text: "Get Started", href: "/dashboard" }, { text: "View Demo", href: "https://www.youtube.com" }, ]} buttonAnimation="slide-up" @@ -247,7 +247,7 @@ export default function HomePage() { plans={[ { id: "starter", price: "$29/mo", name: "Starter", buttons: [ - { text: "Get Started", href: "/login" }, + { text: "Get Started", href: "/dashboard" }, { text: "Chat with Sales", href: "#" }, ], features: [ @@ -256,7 +256,7 @@ export default function HomePage() { { id: "professional", badge: "Most Popular", badgeIcon: Sparkles, price: "$99/mo", name: "Professional", buttons: [ - { text: "Get Started", href: "/login" }, + { text: "Get Started", href: "/dashboard" }, { text: "Chat with Sales", href: "#" }, ], features: [ @@ -314,7 +314,7 @@ export default function HomePage() { title="Ready to Transform Your AI Workflow?" description="Join thousands of users already using AI Studio. Get started today and experience the future of AI accessibility." buttons={[ - { text: "Start Free Trial", href: "/login" }, + { text: "Start Free Trial", href: "/dashboard" }, { text: "Book a Demo", href: "#" }, ]} buttonAnimation="slide-up"