Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 18:46:11 +00:00

View File

@@ -178,6 +178,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Aura AI"
copyrightText="Copyright © 2026 JenX Digital. All rights reserved."
columns={[
{ title: "Services", items: [{ label: "ML Solutions", href: "#" }, { label: "Data Science", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
@@ -187,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}