From a288ceb40a00101faca0c0717d58666bcc7b424a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:40:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 +++++++++++++++-------------------------------- 1 file changed, 76 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca9d0f8..87559d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,223 +2,136 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, MapPin, Scan } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Award, MapPin, Scan, CheckCircle, Search } from "lucide-react"; export default function LandingPage() { return (
-
-
-
-
-
-
-- 2.49.1