diff --git a/src/app/page.tsx b/src/app/page.tsx index d89107f..8214e33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function LandingPage() { return ( @@ -29,356 +23,67 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file