From 19e452994c1511b76200a38c02d759c9d8c62cf8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 21:01:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2392db..95b497d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -33,7 +32,6 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, { name: "Contact", id: "contact" }, ]} brandName="Scissors Edge" @@ -83,22 +81,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file