From 312095386f0ab43e3b278f7d0ab2803c11504e83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:57:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c3e53f..b9fbcf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import SplitAbout from '@/components/sections/about/SplitAbout'; export default function LandingPage() { return ( @@ -58,20 +58,12 @@ export default function LandingPage() {
-
-- 2.49.1