feat: primary color from tailwind
This commit is contained in:
+3
-2
@@ -5,7 +5,7 @@ import Features from './components/Features';
|
||||
import WhatYouCanDo from './components/WhatYouCanDo';
|
||||
import WhyAramland from './components/WhyAramland';
|
||||
import FreeTrial from './components/FreeTrial';
|
||||
import ScientificBenefits from './components/ScientificBenefits';
|
||||
// import ScientificBenefits from './components/ScientificBenefits';
|
||||
import CallToAction from './components/CallToAction';
|
||||
import Footer from './components/Footer';
|
||||
|
||||
@@ -15,13 +15,14 @@ function App() {
|
||||
<Header />
|
||||
|
||||
<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 />
|
||||
{/* <ScientificBenefits /> */}
|
||||
<CallToAction />
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user