diff --git a/src/app/page.tsx b/src/app/page.tsx index 7736928..0d49ba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { @@ -69,20 +69,26 @@ export default function LandingPage() {
-
@@ -172,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file