Update src/app/services/page.tsx

This commit is contained in:
2026-06-05 19:39:23 +00:00
parent 38a7a458d9
commit 895cf83f5c

View File

@@ -26,12 +26,12 @@ export default function ServicesPage() {
<NavbarLayoutFloatingOverlay
brandName="SyninUs"
navItems={[
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Services", href: "/services" },
{ name: "Features", href: "/#comparison-features" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Features", id: "/#comparison-features" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get in Touch", href: "/contact" }}
/>