Skip to content

Commit 50f2001

Browse files
authored
Merge pull request #397 from fluidchunky/main
added a simpler home
2 parents 6d46531 + bc50330 commit 50f2001

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

screens/home/MainHomeScreen.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,18 @@ const TopIntro = () => {
103103
const EmptyHome = () => {
104104
return <WavyBackground className="w-full black/10 p-4 lg:p-24" backgroundFill='#0A0F12' colors={["#053D36", "#00796B", "#00ACC1", "#4CAF50"]}>
105105
<div className='w-full flex flex-col items-center'>
106-
<TopIntro/>
106+
<Link href={'/carmels'} key={'reg2'}>
107+
<TopIntro/>
108+
</Link>
107109
<h1 className="text-3xl lg:text-6xl text-white font-bold inter-var text-center mt-4">
108110
How would you build a more human world?
109111
</h1>
110-
<h2 className="mt-4 text-white font-normal text-xl lg:text-2xl inter-var text-center">
112+
{/* <h2 className="mt-4 text-white font-normal text-xl lg:text-2xl inter-var text-center">
111113
Please are currently debating on Carmels how to build a more human world.
112-
</h2>
114+
</h2> */}
113115
<Link href={'/carmels'} key={'reg1'}>
114116
<button
115-
className={`${readex_pro.className} w-full mt-16 text-nowrap shrink-0 hover:opacity-80 border-cyan font-medium border text-white px-2 py-3 shadow-early-access-button shrink-0 rounded-md`}>
117+
className={`${readex_pro.className} w-full lg:mt-16 mt-8 text-nowrap shrink-0 hover:opacity-80 border-cyan font-medium border text-white px-2 py-3 shadow-early-access-button shrink-0 rounded-md`}>
116118
Join the conversation
117119
</button>
118120
</Link>

0 commit comments

Comments
 (0)