From b1f112ccbfe6ef3db0551c497aeeab61d8fba6c8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:25:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 +++++++++++++---------------------------------- 1 file changed, 65 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d50d8c0..ceb7249 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { CheckCircle, Shield } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { CheckCircle, Shield, BarChart3, Users, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -28,208 +28,105 @@ export default function LandingPage() { >
-
-
-
-
-
-
-- 2.49.1