diff --git a/src/app/page.tsx b/src/app/page.tsx index 78af5eb..0c1085b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,14 +10,13 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { SlideUp } from 'lucide-react'; export default function HomePage() { const navItems = [ - { name: "Home", id: "/" }, - { name: "Menu", id: "#menu" }, - { name: "About", id: "#about" }, - { name: "Contact", id: "#contact" } + { name: "Home", id: "home" }, + { name: "Menu", id: "menu" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" } ]; return (