diff --git a/src/app/page.tsx b/src/app/page.tsx index 0628bdd..7a84b2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -29,26 +29,11 @@ export default function LandingPage() {