mirror of
https://github.com/fergalmoran/supanextail.git
synced 2025-12-22 09:17:54 +00:00
Add mailing list feature
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import CardsLanding from "components/CardsLanding";
|
||||
import MailingList from "./MailingList";
|
||||
|
||||
const Landing = () => {
|
||||
return (
|
||||
@@ -16,11 +17,9 @@ const Landing = () => {
|
||||
</div>
|
||||
<CardsLanding />
|
||||
<div>
|
||||
<div className='max-w-2xl m-auto mt-10'>
|
||||
<h2 className='text-5xl md:text-5xl font-bold font-title'>
|
||||
Available soon
|
||||
</h2>
|
||||
<p className='text-xl max-w-lg text-center m-auto leading-9'>
|
||||
<div className='max-w-3xl m-auto my-10'>
|
||||
<h2 className='text-3xl font-semibold font-title'>Available soon</h2>
|
||||
<p className='text-lg max-w-lg text-center m-auto leading-9'>
|
||||
You will save{" "}
|
||||
<span className='text-accent text-2xl font-bold underline'>
|
||||
weeks
|
||||
@@ -29,6 +28,8 @@ const Landing = () => {
|
||||
website is built with it!
|
||||
</p>
|
||||
</div>
|
||||
<hr />
|
||||
<MailingList />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user