From 58da77cc7d601028800bbd843fa8d050f2d62a72 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"