Merge version_2 into main #3
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "starter", name: "Starter", price: "$999", buttons: [{ text: "Get Started" }], features: ["Basic AI Chatbot", "Lead Generation", "Email Integration"] },
|
||||
{ id: "growth", name: "Growth", price: "$2999", buttons: [{ text: "Get Started" }], features: ["Voice AI Agent", "Advanced CRM", "Social AI"], badge: "Most Popular" },
|
||||
{ id: "growth", name: "Growth", price: "$2999", buttons: [{ text: "Start Growing Today" }], features: ["Voice AI Agent", "Advanced CRM", "Social AI"], badge: "Most Popular" },
|
||||
{ id: "enterprise", name: "Enterprise", price: "Custom", buttons: [{ text: "Contact Us" }], features: ["Custom AI Models", "Dedicated Support", "Full Integration"] },
|
||||
]}
|
||||
title="Choose Your Plan"
|
||||
@@ -178,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user