Update src/app/page.tsx

This commit is contained in:
2026-06-02 16:04:10 +00:00
parent fe853f2530
commit bca14a86df

View File

@@ -14,10 +14,10 @@ import { HeartPulse, Users, Star, Facebook, Instagram, Twitter } from "lucide-re
export default function HomePage() {
const navItems = [
{ name: "Home", href: "/" },
{ name: "Services", href: "/services" },
{ name: "About Us", href: "/about" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" }
];
return (