Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-28 11:08:39 +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>
);
}
}