diff --git a/src/app/page.tsx b/src/app/page.tsx index cff98d9..e99395c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,364 +2,91 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Users } from "lucide-react"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; export default function LandingPage() { return ( - + -
- -
+
+ console.log(data)} + useInvertedBackground={false} + /> +
-
- -
+ -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
);