Merge version_3 into main #3
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
@@ -64,16 +64,19 @@ export default function ZenithAiPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing">
|
||||
<PricingCardFive
|
||||
<PricingCardNine
|
||||
title="Pricing"
|
||||
animationType="none"
|
||||
description="Choose the plan that suits your business scale."
|
||||
description="One simple, all-inclusive plan to automate your business operations."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "casual", tag: "Basic", price: "$199", period: "/mo", description: "Perfect for small local businesses.", button: { text: "Select Plan" }, featuresTitle: "Features", features: ["Voice AI", "SMS Replies"] },
|
||||
{ id: "premium", tag: "Most Popular", price: "$399", period: "/mo", description: "Growth-focused tools for scaling.", button: { text: "Select Plan" }, featuresTitle: "Everything in Casual +", features: ["Calendar Booking", "Custom Scripts"] },
|
||||
{ id: "vip", tag: "VIP", price: "$799", period: "/mo", description: "Comprehensive automation for enterprise.", button: { text: "Select Plan" }, featuresTitle: "Everything in Premium +", features: ["Priority Support", "Dedicated AI"] }
|
||||
{
|
||||
id: "ultimate", title: "All-In-One Automation", price: "$1500 setup + $750", period: "/mo", button: { text: "Get Started" },
|
||||
features: [
|
||||
"AI Agent integration", "Automatic SMS messaging", "Automatic calendar system", "Integrated booking management", "Automated calendar checks"
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user