Update src/app/services/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user