Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -6,13 +6,14 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import FeaturesLabeledList from '@/components/sections/features/FeaturesLabeledList';
|
||||
import ContactSplitEmail from '@/components/sections/contact/ContactSplitEmail';
|
||||
import FooterBasic from '@/components/sections/footer/FooterBasic';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
|
||||
export default function Home() {
|
||||
const navItems = [
|
||||
{ name: "About", href: "#about", id: "about" },
|
||||
{ name: "Features", href: "#features", id: "features" },
|
||||
{ name: "Contact", href: "#contact", id: "contact" },
|
||||
{ name: "About", href: "#about" },
|
||||
{ name: "Features", href: "#features" },
|
||||
{ name: "Contact", href: "#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -71,6 +72,15 @@ export default function Home() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted By"
|
||||
title="Industry Leaders"
|
||||
description="Partnering with global organizations to drive technological excellence."
|
||||
names={["Nebula Systems", "Vertex Corp", "Aether Dynamics", "Omni Platforms", "Cortex Logic"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitEmail
|
||||
tag="Connect"
|
||||
|
||||
Reference in New Issue
Block a user