diff --git a/src/app/page.tsx b/src/app/page.tsx index 61b7100..41a87e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; export default function LandingPage() { return ( @@ -27,150 +22,22 @@ export default function LandingPage() {
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -