diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b7824d3..ddb72d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1265,4 +1265,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 35c39d5..e398daf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; @@ -269,6 +270,78 @@ export default function Page() { /> +
+ +
+
); -} \ No newline at end of file +}