Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba33828996 | |||
| 1c00c2f076 | |||
| 3e34f6c457 | |||
| 34707aa723 | |||
| 40618d7c97 | |||
| a3a123e676 | |||
| 7592957ada | |||
| 3343c89fa7 |
@@ -22,9 +22,9 @@ export default function LandingPage() {
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -107,8 +107,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "starter", name: "Starter", price: "$999", buttons: [{ text: "Launch for $999" }], features: ["Basic AI Chatbot", "Lead Generation", "Email Integration"] },
|
||||
{ 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