From ed8a27480bd4ba8ad5693067842b4c1c95a00613 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:58:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) 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 (