From a725bab47914765d42ad976d31282f10eed508a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:38:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 437 +++++++---------------------------------------- 1 file changed, 66 insertions(+), 371 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9800100..cd73631 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,392 +4,87 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CheckCircle, Droplets, Flame, ShieldCheck, Trash2, Wrench } from "lucide-react"; +import { LayoutGrid, Mail, Rocket, Target, Users } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1