Remove gradients

This commit is contained in:
Luke Vella 2022-04-13 07:56:35 +01:00
parent e44afd84cc
commit 1f792a5d2b
5 changed files with 178 additions and 165 deletions

View file

@ -12,12 +12,8 @@ const Home: React.VoidFunctionComponent = () => {
<title>Rallly - Schedule group meetings</title>
</Head>
<Hero />
<div className="bg-gradient-to-b from-transparent via-white to-white">
<Features />
</div>
<div className="bg-gradient-to-b from-white via-white to-transparent pb-16">
<Bonus />
</div>
<Features />
<Bonus />
</PageLayout>
);
};