diff --git a/src/app/page.tsx b/src/app/page.tsx index 5655eb7..055a40e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,17 +10,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Sparkles, Briefcase, Award } from "lucide-react"; -import Link from "next/link"; export default function HomePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Work", id: "/work" }, - { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Contact", id: "/contact" }, - ]; - return (