our values section

This commit is contained in:
2024-04-22 18:27:13 +05:00
parent f637dcba6b
commit 9254b23d78
5 changed files with 122 additions and 1 deletions
+2
View File
@@ -1,6 +1,7 @@
import { isMobile } from "react-device-detect";
import OurStory from "../components/companyPage/OurStory";
import InvestmentPortfolio from "../components/companyPage/InvestmentPortfolio";
import OurValues from "../components/companyPage/OurValues";
const Company = () => {
return (
@@ -16,6 +17,7 @@ const Company = () => {
is a snapshot of some of our current and previous investments
</h1>
<InvestmentPortfolio />
<OurValues />
</section>
);
};