diff --git a/src/app/page.tsx b/src/app/page.tsx index 00d1f64..fbcb221 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,17 +10,8 @@ import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Sparkles, Car, Armchair, Check, Zap, Shield, Truck, Star, DollarSign, HelpCircle } from "lucide-react"; -import Link from "next/link"; export default function HomePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "Pricing", id: "/pricing" }, - { name: "Gallery", id: "/gallery" }, - { name: "Contact", id: "#contact" }, - ]; - return (