diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dceee5..7860996 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function LandingPage() { return ( @@ -28,40 +26,22 @@ export default function LandingPage() {
-
- -
- -
- -
-