feat: better fotter
This commit is contained in:
+25
-9
@@ -16,17 +16,33 @@ function App() {
|
||||
|
||||
<main className="max-w-5xl mx-auto px-6 sm:px-8 lg:px-10 py-24 space-y-32">
|
||||
|
||||
<Hero />
|
||||
<DownloadSection />
|
||||
<Features />
|
||||
<WhatYouCanDo />
|
||||
<WhyAramland />
|
||||
<FreeTrial />
|
||||
{/* <ScientificBenefits /> */}
|
||||
<CallToAction />
|
||||
</main>
|
||||
<div id="download">
|
||||
<Hero />
|
||||
</div>
|
||||
|
||||
<div id="features">
|
||||
<Features />
|
||||
</div>
|
||||
|
||||
<div id="what-you-can-do">
|
||||
<WhatYouCanDo />
|
||||
</div>
|
||||
|
||||
<div id="why-aramland">
|
||||
<WhyAramland />
|
||||
</div>
|
||||
|
||||
<div id="free-trial">
|
||||
<FreeTrial />
|
||||
</div>
|
||||
|
||||
<div id="call-to-action">
|
||||
<CallToAction />
|
||||
</div>
|
||||
</main>
|
||||
<div id='footer'>
|
||||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user