diff --git a/src/app/page.tsx b/src/app/page.tsx index c1445ed..71a3531 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,13 +10,22 @@ import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Phone } from 'lucide-react'; -const navItems = [ - { name: "Home", id: "/" } -]; +const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - +