diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d7389d..dc87756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" }, @@ -21,36 +20,96 @@ const navItems = [ export default function Page() { return ( - +
- +
- +
-
- +
- +
- +
);