From 4d6f778e2c7e933bb8d203596569ad31a29505c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 20:36:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78aee81..655c3cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -116,34 +115,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1