our values section
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user