diff --git a/src/app/page.tsx b/src/app/page.tsx index 524ba75..d6c4bbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { @@ -104,25 +103,6 @@ export default function LandingPage() { /> -