Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Aug 16, 2024
1 parent 077aac6 commit 896e0b3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,25 @@ const HomePage = () => {
</div>
</div>
</div>
<div className={`bg-th-primary-2 ${WRAPPER_Y_PADDING}`}>
<div className="mx-auto w-full max-w-5xl">
<h2 className="text-shadow mb-6 px-6 text-center text-3xl text-th-button-text md:text-5xl xl:px-0">
Test the waters.
</h2>
<YieldCalculator />
<div className="mx-auto max-w-3xl pt-6">
<p className="text-center text-sm text-th-fgd-4">
This calculator is for educational purposes only. It assumes rates
and prices remain constant over time. Take the time to understand
the{' '}
<Link className="underline md:hover:no-underline" href="/risks">
risks
</Link>{' '}
before depositing any funds.
</p>
</div>
</div>
</div>
<div className={`${WRAPPER_Y_PADDING}`}>
<div className="mx-auto flex max-w-3xl flex-col items-center">
<h2 className="text-shadow mb-4 text-center text-3xl text-th-button-text md:text-5xl">
Expand All @@ -154,25 +173,6 @@ const HomePage = () => {
<Ottersec className="h-10 w-auto text-th-fgd-1" />
</div>
</div>
<div className={`bg-th-primary-2 ${WRAPPER_Y_PADDING}`}>
<div className="mx-auto w-full max-w-5xl">
<h2 className="text-shadow mb-6 px-6 text-center text-3xl text-th-button-text md:text-5xl xl:px-0">
Test the waters.
</h2>
<YieldCalculator />
<div className="mx-auto max-w-3xl pt-6">
<p className="text-center text-sm text-th-fgd-4">
This calculator is for educational purposes only. It assumes rates
and prices remain constant over time. Take the time to understand
the{' '}
<Link className="underline md:hover:no-underline" href="/risks">
risks
</Link>{' '}
before depositing any funds.
</p>
</div>
</div>
</div>
<div className={`bg-th-primary-1 ${WRAPPER_Y_PADDING}`}>
<div className="px-6">
<h2 className="text-shadow mb-6 text-center text-3xl text-th-button-text md:text-5xl">
Expand Down

0 comments on commit 896e0b3

Please sign in to comment.