From bf1aa95e30ffe7fe9bd5fca586348dff39c6195f Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:28:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 495 ++++++++++++++++++++++++----------------------- 1 file changed, 251 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ed6999..86555b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,259 +9,266 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Award, Zap, CheckCircle, Shield } from "lucide-react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; export default function Page() { - return ( - - + return ( + + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- ); -} +
+ +
+ + +
+ ); +} \ No newline at end of file