Update src/app/services/page.tsx
This commit is contained in:
@@ -11,10 +11,10 @@ import { Facebook, Instagram, Twitter } from "lucide-react";
|
|||||||
|
|
||||||
export default function ServicesPage() {
|
export default function ServicesPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", href: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", href: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About Us", href: "/about" },
|
{ name: "About Us", id: "/about" },
|
||||||
{ name: "Contact", href: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user