From 70fba306e510f3b8e930918ab0d041ae144d047a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:07:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 143 ++--------------------------------------------- 1 file changed, 5 insertions(+), 138 deletions(-) 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() {
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-- 2.49.1