diff --git a/src/app/page.tsx b/src/app/page.tsx index de6c2a8..987eddb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,13 +8,23 @@ import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Star, Shield, ArrowRight } from 'lucide-react'; export default function HomePage() { - const navItems = [{ name: 'Home', id: '/' }]; + const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }]; return ( - +