rm 'What Others Say'

This commit is contained in:
zramsay
2023-12-08 13:52:00 -05:00
parent d634d55b1a
commit 65c6527efe
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -112,7 +112,6 @@ const HomePage = ({
<Hero data={heroData} />
<Benefits data={benefitsData} />
<LatestNews blogData={initialBlogPosts?.data} data={latestData} />
<WhatOthersSay data={othersData} testimonialsData={testimonialsData} />
</PageLayout>
)
}
-1
View File
@@ -101,7 +101,6 @@ const Careers = ({
<Meta title="Partners | Laconic Network" />
<Hero data={heroData} />
<Opportunities data={optData} />
<WhatOthersSay data={othersData} testimonialsData={testimonialsData} />
</PageLayout>
)
}