From ffeb266a3befe051a05072c5ab1a3a127128e4a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:05:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96f6aae..09ff66c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -33,7 +32,6 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Work", id: "work" }, - { name: "Team", id: "team" }, { name: "Contact", id: "contact" } ]} brandName="Poof Sites" @@ -139,28 +137,6 @@ export default function LandingPage() { /> -
- -
-