Merge version_6 into main #7

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

View File

@@ -111,11 +111,11 @@ export default function ZenithAiPage() {
columns={[
{ title: "Capability", items: [{ label: "AI Features", href: "#offer" }, { label: "Deployment Plans", href: "#pricing" }] },
{ title: "Legal", items: [{ label: "Terms & Conditions", href: "/terms" }, { label: "Policy & Procedures", href: "/policy" }] },
{ title: "Direct Contact", items: [{ label: "hello@zenith.ai", href: "mailto:hello@zenith.ai" }] }
{ title: "Direct Contact", items: [{ label: "kaianiel25@iCloud.com", href: "mailto:kaianiel25@iCloud.com" }] }
]}
copyrightText="© 2024 Zenith AI Solutions. All rights reserved."
/>
</ReactLenis>
</ThemeProvider>
);
}
}