Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9783034ad | |||
| f0469ede5e | |||
| 07a5ccda22 | |||
| e07ebcbd08 |
@@ -128,19 +128,19 @@ export default function LandingPage() {
|
|||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardFive
|
<PricingCardFive
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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"],
|
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"],
|
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"],
|
featuresTitle: "Everything in Pro, plus:", features: ["Unlimited Users", "24/7 Dedicated Support", "Custom API Access"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -199,4 +199,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user