diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4f56ee4..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
+}