From 7727623f3daa359f989c037c78c10c806d3ba59b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 251 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 244eeeb..c615666 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { Users, Info, Sparkles, MapPin, Star, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -26,241 +27,89 @@ export default function LandingPage() { >
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1