From 4d89496ee451ccdf66864ab00d9bd49a6a6c4528 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:08:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 293 +++++++++++++++++++++++------------------------ 1 file changed, 142 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a858acf..ff800f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import ContactSplitFormSection from '@/components/sections/contact/ContactSplitForm'; -import { BookOpen, CheckCircle, Users, MessageSquareText } from "lucide-react"; +import { BookOpen, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -29,164 +28,156 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);