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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);