diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a0cd76..903b1af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; export default function Page() { const navItems = [ @@ -20,33 +19,96 @@ export default function Page() { ]; return ( - +
- +
- +
- +
- +
- +
- +
);