Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -55,14 +55,15 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="footer-base" data-section="footer-base">
|
||||
<FooterBaseReveal
|
||||
<FooterBaseCard
|
||||
logoText="AiViqo"
|
||||
columns={[
|
||||
{title: "Company", items: [{label: "About", href: "/about"}, {label: "Careers", href: "#"}]},
|
||||
{title: "Services", items: [{label: "Development", href: "/services"}, {label: "Consulting", href: "/services"}]},
|
||||
{title: "Products", items: [{label: "Enterprise AI", href: "/services"}, {label: "Automation Suite", href: "/services"}, {label: "Cloud Infrastructure", href: "/services"}]},
|
||||
{title: "Support", items: [{label: "Help Center", href: "#"}, {label: "Developer API", href: "#"}, {label: "Status", href: "#"}]},
|
||||
{title: "Company", items: [{label: "About Us", href: "/about"}, {label: "Careers", href: "#"}, {label: "Blog", href: "#"}]},
|
||||
{title: "Legal", items: [{label: "Privacy Policy", href: "#"}, {label: "Terms of Use", href: "#"}]}
|
||||
]}
|
||||
copyrightText="© 2024 AiViqo. All rights reserved."
|
||||
copyrightText="© 2025 AiViqo. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user