Update src/app/contacts/page.tsx

This commit is contained in:
2026-02-23 12:52:26 +00:00
parent d7326fc033
commit 409859bd7b

View File

@@ -22,6 +22,7 @@ export default function ContactsPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },