5 Commits

Author SHA1 Message Date
34707aa723 Update src/app/page.tsx 2026-05-07 06:34:16 +00:00
40618d7c97 Merge version_2 into main
Merge version_2 into main
2026-05-07 06:32:45 +00:00
a3a123e676 Update src/app/page.tsx 2026-05-07 06:32:42 +00:00
7592957ada Merge version_1 into main
Merge version_1 into main
2026-05-07 06:30:24 +00:00
3343c89fa7 Merge version_1 into main
Merge version_1 into main
2026-05-07 06:29:53 +00:00

View File

@@ -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>
@@ -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>
);
}
}