From c0eb46f63d06ab83ab6e23e27c2d2015067f9e04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 10:14:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 72 insertions(+), 10 deletions(-) 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 ( - +
- +
- +
- +
- +
- +
- +
);