Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-03-05 19:41:13 +00:00

View File

@@ -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"