From ac2d966e3454ee867d28c0e47c79eb661ef8632e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:23:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 79 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 10 deletions(-) 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 ( - +
- +
- +
-
- +
- +
- +
); -- 2.49.1