Jagged-divider
This commit is contained in:
@@ -6,10 +6,11 @@ const Navigation = () => {
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", href: "#home" },
|
||||
{ name: "Services", href: "#services" },
|
||||
{ name: "About", href: "#about" },
|
||||
{ name: "Contact", href: "#contact" },
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "What We Do", href: "/what-we-do" },
|
||||
{ name: "Methods", href: "/methods" },
|
||||
{ name: "Employee Notices", href: "/employee-notice" },
|
||||
{ name: "Contact", href: "/#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user