@@ -25,27 +25,26 @@ const Home: NextPage<{
25
25
< >
26
26
< MetaHeader />
27
27
{ /* Hero section with header */ }
28
- < div className = "relative h-[70vh] md:min-h-screen flex flex-col" >
28
+ < div className = "relative h-[75vh] flex flex-col" >
29
29
< div className = "absolute h-1/4 w-full top-0 left-0 hero-top-gradient" > </ div >
30
30
< Header />
31
- < div className = "bg-[url(/assets/hero.png)] bg-[#EFFBCA] bg-cover md: bg-center bg-[position:40%_0] flex-grow" >
32
- < div className = "flex justify-center" >
33
- < h1 className = "text-center z-10 text-2xl max-w-xs lg:text-5xl lg:mt-8 lg:max-w-2xl px-3 " >
34
- Learn, build, and thrive on Ethereum
31
+ < div className = "bg-[url(/assets/hero-new .png)] bg-[#EFFBCA] bg-cover bg-center flex-grow mt-[-50px] " >
32
+ < div className = "flex flex-col justify-center items-center md:items-start md:justify-left mx-6 h-full md:ml-14 mt-[-30px] " >
33
+ < h1 className = "text-center md: text-left z-10 lg:text-5xl text-4xl " >
34
+ Learn, build, and < br /> thrive on Ethereum
35
35
</ h1 >
36
+ < Link href = "#start-building-on-ethereum" >
37
+ < TrackedLink
38
+ id = "hero-button"
39
+ href = "#start-building-on-ethereum"
40
+ className = "btn btn-secondary btn-md px-8 hover:opacity-100 w-fit mt-4"
41
+ >
42
+ Learn more
43
+ </ TrackedLink >
44
+ </ Link >
36
45
</ div >
37
46
</ div >
38
- < div className = "absolute h-1/4 w-full bottom-0 left-0 hero-bottom-gradient flex items-end justify-center" >
39
- < Link href = "#start-building-on-ethereum" className = "hidden lg:block" >
40
- < Image
41
- src = "/assets/down-arrow.svg"
42
- alt = "diamon icon"
43
- width = { 25 }
44
- height = { 25 }
45
- className = "mb-3 cursor-pointer animate-bounce-interval"
46
- />
47
- </ Link >
48
- </ div >
47
+ < div className = "absolute h-1/4 w-full bottom-0 left-0 hero-bottom-gradient flex items-end justify-center" > </ div >
49
48
</ div >
50
49
51
50
{ /* Quote section*/ }
@@ -113,7 +112,8 @@ const Home: NextPage<{
113
112
</ div >
114
113
115
114
{ /* Scaffold-ETH 2 */ }
116
- < div className = "base-200" >
115
+ < div className = "bg-[#FFD2B3]" >
116
+ < div className = "-mt-12 bg-repeat-x h-20 bg-[35%_top] bg-white" > </ div >
117
117
< div className = "-mt-12 bg-[url(/assets/sre-path.png)] bg-repeat-x h-20 bg-[35%_top]" > </ div >
118
118
< div className = "container max-w-[90%] lg:max-w-6xl m-auto py-16 lg:py-20 lg:px-12 flex flex-col-reverse lg:flex-row items-center gap-5 lg:gap-0" >
119
119
< div className = "space-y-6" >
@@ -336,7 +336,7 @@ const Home: NextPage<{
336
336
< TrackedLink
337
337
id = "BG-Nodes"
338
338
href = "https://client.buidlguidl.com"
339
- className = "btn btn-primary btn- md px-8 bg-[#FF66F9] border-[#FF66F9] hover:opacity-100"
339
+ className = "btn btn-md px-8 bg-[#FF66F9] text-black border-none hover:opacity-100"
340
340
>
341
341
Run Ethereum
342
342
</ TrackedLink >
@@ -385,7 +385,16 @@ const Home: NextPage<{
385
385
</ div >
386
386
</ div >
387
387
</ div >
388
- < Footer />
388
+
389
+ { /* Image above footer */ }
390
+ < div className = "bg-skin relative -mb-[20px]" >
391
+ < div className = "object-cover w-full" >
392
+ < Image src = "/assets/bg-batches-footer.png" alt = "Footer image" width = { 2500 } height = { 1000 } />
393
+ </ div >
394
+ </ div >
395
+ < div className = "relative z-10" >
396
+ < Footer />
397
+ </ div >
389
398
</ >
390
399
) ;
391
400
} ;
0 commit comments