diff --git a/src/app/page.tsx b/src/app/page.tsx index e1862ac..d768ad7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -33,8 +32,6 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Services", id: "services"}, - { - name: "Team", id: "team"}, { name: "Reviews", id: "reviews"}, { @@ -120,28 +117,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}