diff --git a/src/app/page.tsx b/src/app/page.tsx index 63d7a77..50ff10e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { /> +
+ +
+