Update src/app/page.tsx

This commit is contained in:
2026-03-17 21:40:34 +00:00
parent d0ca15ca6b
commit 3a984c470d

View File

@@ -74,8 +74,8 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "View Demo", href: "#" },
{ text: "Book Now", href: "#contact" },
{ text: "Services", href: "#" },
]}
buttonAnimation="blur-reveal"
dashboard={{
@@ -276,13 +276,13 @@ export default function LandingPage() {
plans={[
{
id: "starter", badge: "Popular", badgeIcon: Sparkles,
price: "$499", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
price: "$499", name: "Starter", buttons: [{ text: "Book Now", href: "#" }],
features: [
"Up to 1M monthly predictions", "5 concurrent models", "Basic analytics dashboard", "Email support", "API access"],
},
{
id: "professional", badge: "Enterprise", badgeIcon: Sparkles,
price: "$1,999", name: "Professional", buttons: [{ text: "Get Started", href: "#" }],
price: "$1,999", name: "Professional", buttons: [{ text: "Book Now", href: "#" }],
features: [
"Up to 50M monthly predictions", "Unlimited concurrent models", "Advanced analytics & reporting", "Priority support (4hr response)", "Custom integrations", "Dedicated account manager"],
},