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