From f5e83f4bb7e7e7ed741fd8a8fb0096d45f82ade4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:48:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +----------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dff8064..2af9869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -28,10 +26,6 @@ export default function LandingPage() { -
- -
- -
- -
-
); -} \ No newline at end of file +} -- 2.49.1