diff --git a/src/components/Navbar/NavItems.tsx b/src/components/Navbar/NavItems.tsx index e07d9af6..8abab90e 100644 --- a/src/components/Navbar/NavItems.tsx +++ b/src/components/Navbar/NavItems.tsx @@ -11,7 +11,7 @@ const links = [ { title: 'Partners', href: 'partners-anchor', offset: 20 }, { title: 'FAQ', href: 'faq-anchor', offset: 120 }, { title: 'The Team', href: 'team-anchor' }, - { title: 'Contact', href: 'contact-anchor', offset: 500 }, + { title: 'Contact', href: 'contact-anchor', offset: 100 }, ]; const rowStyle = 'flex-row items-center';