diff --git a/src/app/page.tsx b/src/app/page.tsx index 71a3531..f639ae9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,85 +9,108 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Phone } from 'lucide-react'; - -const navItems = [{ name: "Home", id: "/" }]; +import Link from 'next/link'; export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; + return ( - +