diff --git a/src/app/page.tsx b/src/app/page.tsx index d92f368..865e8c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,29 +9,32 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import Link from "next/link"; const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - +
- +
- +
- +
- +
- +
- +
);