7 Commits

Author SHA1 Message Date
619ea7cc61 Update src/app/terms/page.tsx 2026-05-05 21:47:43 +00:00
7b1a409c20 Update src/app/policy/page.tsx 2026-05-05 21:47:42 +00:00
8e646ed29e Update src/app/terms/page.tsx 2026-05-05 21:38:46 +00:00
a6018f41ed Update src/app/policy/page.tsx 2026-05-05 21:38:46 +00:00
6e5ab7f742 Update src/app/page.tsx 2026-05-05 21:38:17 +00:00
8f89bd60e7 Merge version_5 into main
Merge version_5 into main
2026-05-05 21:37:57 +00:00
431552590e Merge version_5 into main
Merge version_5 into main
2026-05-05 21:37:23 +00:00
3 changed files with 6 additions and 4 deletions

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>
);
}
}

View File

@@ -32,7 +32,8 @@ export default function PolicyPage() {
logoText="Zenith AI Solutions"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }] },
{ title: "Legal", items: [{ label: "Terms & Conditions", href: "/terms" }, { label: "Policy & Procedures", href: "/policy" }] }
{ title: "Legal", items: [{ label: "Terms & Conditions", href: "/terms" }, { label: "Policy & Procedures", href: "/policy" }] },
{ title: "Direct Contact", items: [{ label: "kaianiel25@iCloud.com", href: "mailto:kaianiel25@iCloud.com" }] }
]}
/>
</ReactLenis>

View File

@@ -32,7 +32,8 @@ export default function TermsPage() {
logoText="Zenith AI Solutions"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }] },
{ title: "Legal", items: [{ label: "Terms & Conditions", href: "/terms" }, { label: "Policy & Procedures", href: "/policy" }] }
{ title: "Legal", items: [{ label: "Terms & Conditions", href: "/terms" }, { label: "Policy & Procedures", href: "/policy" }] },
{ title: "Direct Contact", items: [{ label: "kaianiel25@iCloud.com", href: "mailto:kaianiel25@iCloud.com" }] }
]}
/>
</ReactLenis>