summaryrefslogtreecommitdiff
path: root/src/pages/Home.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/Home.js')
-rw-r--r--src/pages/Home.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/Home.js b/src/pages/Home.js
index f6479722..de6ff988 100644
--- a/src/pages/Home.js
+++ b/src/pages/Home.js
@@ -11,6 +11,7 @@ import TechnologiesSection from "../components/home/TechnologiesSection";
import HomeNavbar from "../components/navigation/HomeNavbar";
import jQuery from "../util/jquery";
import "./Home.css";
+import SC18Section from "../components/home/SC18Section";
class Home extends React.Component {
state = {
@@ -45,6 +46,7 @@ class Home extends React.Component {
<HomeNavbar />
<div className="body-wrapper page-container">
<JumbotronHeader />
+ <SC18Section/>
<IntroSection />
<StakeholderSection />
<ModelingSection />