4 Commits

Author SHA1 Message Date
c9783034ad Update src/app/page.tsx 2026-04-28 11:08:35 +00:00
f0469ede5e Merge version_1 into main
Merge version_1 into main
2026-04-28 11:06:20 +00:00
07a5ccda22 Merge version_1 into main
Merge version_1 into main
2026-04-28 11:05:47 +00:00
e07ebcbd08 Merge version_1 into main
Merge version_1 into main
2026-04-28 11:05:16 +00:00

View File

@@ -128,19 +128,19 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "basic", tag: "Essential", price: "$49", period: "/mo", description: "Perfect for small teams", button: { text: "Select Plan", href: "#" },
id: "basic", tag: "Essential", price: "$49", period: "/mo", description: "Perfect for small teams", button: { text: "Start Your Free Trial", href: "#" },
featuresTitle: "Includes:", features: ["1 User", "Standard Support", "Basic Analytics"],
},
{
id: "pro", tag: "Recommended", price: "$99", period: "/mo", description: "Ideal for scaling", button: { text: "Select Plan", href: "#" },
id: "pro", tag: "Recommended", price: "$99", period: "/mo", description: "Ideal for scaling", button: { text: "Start Your Free Trial", href: "#" },
featuresTitle: "Everything in Basic, plus:", features: ["5 Users", "Priority Support", "Advanced Analytics"],
},
{
id: "enterprise", tag: "Ultimate", price: "$299", period: "/mo", description: "For large organizations", button: { text: "Select Plan", href: "#" },
id: "enterprise", tag: "Ultimate", price: "$299", period: "/mo", description: "For large organizations", button: { text: "Start Your Free Trial", href: "#" },
featuresTitle: "Everything in Pro, plus:", features: ["Unlimited Users", "24/7 Dedicated Support", "Custom API Access"],
},
]}
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}