From 0974aca162bb556c3e5476a7970fedd833dcf693 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:38:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c4b0a4..4abe575 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; + import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { @@ -41,8 +41,6 @@ export default function LandingPage() { name: "Services", id: "#services"}, { name: "Portfolio", id: "#portfolio"}, - { - name: "Team", id: "#team"}, { name: "Contact", id: "#contact"}, ]} @@ -163,26 +161,6 @@ export default function LandingPage() { /> -
- -
); -} +} \ No newline at end of file -- 2.49.1