Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-05 21:31:24 +00:00

View File

@@ -9,7 +9,6 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Mic, MessageSquare, Calendar, User, Check, Phone } from "lucide-react";
export default function ZenithAiPage() {
return (
@@ -54,6 +53,9 @@ export default function ZenithAiPage() {
<FeatureCardMedia
title="What We Offer"
animationType="none"
description="Top-tier AI solutions to streamline operations."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "voice", title: "Voice AI Receptionist", description: "Natural, human-like voice AI to answer every customer call.", tag: "Core" },
{ id: "sms", title: "SMS Automation", description: "Instantly respond to inquiries and convert leads via text.", tag: "Efficient" },
@@ -65,7 +67,9 @@ export default function ZenithAiPage() {
<PricingCardFive
title="Pricing"
animationType="none"
description="Choose the plan that suits your business scale."
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"] },
@@ -79,12 +83,16 @@ export default function ZenithAiPage() {
description="Kai's journey began with a frustration for missed calls at local shops, sparking the innovation behind Zenith AI."
bulletPoints={[]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="works">
<FeatureCardMedia
title="How It Works"
animationType="none"
description="A simple three-step process to get started."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "s1", title: "1. Connect", description: "Connect your business number and calendar in minutes.", tag: "Step 1" },
{ id: "s2", title: "2. Customize", description: "Configure your AI personality and response logic.", tag: "Step 2" },
@@ -96,7 +104,9 @@ export default function ZenithAiPage() {
<FaqSplitMedia
title="Frequently Asked Questions"
faqsAnimation="none"
description="Quick answers to common questions."
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Is the setup difficult?", content: "Setup takes less than 15 minutes with our wizard." },
{ id: "q2", title: "Can it handle complex questions?", content: "Yes, our AI is trained on your specific business data." },