From c45ca615eaac6825d444c2e8ab83751520d5112d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:52:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62383e4..6480b36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -30,66 +30,44 @@ export default function LandingPage() { -
+
-
+
-
+
-
+
-
+
-
+
- -- 2.49.1