feat: add blogs
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ import Features from './components/Features';
|
||||
import WhatYouCanDo from './components/WhatYouCanDo';
|
||||
import WhyAramland from './components/WhyAramland';
|
||||
import FreeTrial from './components/FreeTrial';
|
||||
import BlogSection from './components/BlogSection';
|
||||
// import ScientificBenefits from './components/ScientificBenefits';
|
||||
import CallToAction from './components/CallToAction';
|
||||
import Footer from './components/Footer';
|
||||
@@ -39,7 +40,7 @@ function App() {
|
||||
<div id="why-aramland">
|
||||
<WhyAramland />
|
||||
</div>
|
||||
|
||||
<BlogSection />
|
||||
<div id="free-trial">
|
||||
<FreeTrial />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user