diff --git a/src/app/page.tsx b/src/app/page.tsx index 6deba39..0c2e613 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,9 +31,10 @@ export default function ZenithAiPage() { { name: "Capabilities", id: "offer" }, { name: "Pricing", id: "pricing" }, { name: "Our Vision", id: "founder" }, + { name: "How It Works", id: "works" }, { name: "FAQ", id: "faq" }, - { name: "Terms", id: "/terms" }, - { name: "Policy", id: "/policy" } + { name: "Terms", id: "terms" }, + { name: "Policy", id: "policy" } ]} />
@@ -73,9 +74,9 @@ export default function ZenithAiPage() { useInvertedBackground={false} plans={[ { - id: "ultimate", title: "Zenith Business Suite", price: "$1500 setup + $750", period: "/mo", button: { text: "Deploy AI Agent" }, + id: "ultimate", title: "Zenith Business Suite", price: "$1500 setup + $750", period: "/mo", button: { text: "Deploy AI Agent" }, features: [ - "Dedicated AI Voice Agent deployment", "Automated SMS and text lead capture", "Real-time calendar synchronization", "Full-scale booking management dashboard", "Automated proactive calendar audit reports" + "Dedicated AI Voice Agent deployment", "Automated SMS and text lead capture", "Real-time calendar synchronization", "Full-scale booking management dashboard", "Automated proactive calendar audit reports" ] } ]} @@ -90,6 +91,20 @@ export default function ZenithAiPage() { useInvertedBackground={false} />
+
+ +
- - - - - + + ); } \ No newline at end of file diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 0cd1c97..312caad 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -1,41 +1,31 @@ "use client"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import LegalSection from "@/components/legal/LegalSection"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function TermsPage() { return ( - - - - - + + ); } \ No newline at end of file