Update src/app/page.tsx
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
@@ -384,4 +384,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user