diff --git a/src/app/page.tsx b/src/app/page.tsx index ef6141c..d13e345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSocial from '@/components/sections/footer/FooterSocial'; @@ -206,37 +207,53 @@ export default function LandingPage() {