File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,9 @@ export default function Events() {
61
61
id = "events"
62
62
className = "relative flex flex-col items-center justify-center w-full pt-16 bg-[#023e8a] md:py-20 gap-y-2 md:gap-y-5"
63
63
>
64
-
65
- < h2 className = "pb-2 text-3xl text-white font-bold md:pb-10" > Community Events</ h2 >
64
+ < h2 className = "pb-2 text-3xl text-white font-bold md:pb-10" >
65
+ Community Events
66
+ </ h2 >
66
67
< div className = "grid grid-cols-1 gap-y-4 md:gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8 md:grid-cols-2 px-4 md:px-10 lg:px-16 pt-8 md:pt-14 xl:pt-16" >
67
68
{ events . map ( ( event ) => (
68
69
< DisplayRC
@@ -84,6 +85,7 @@ export default function Events() {
84
85
See More Events
85
86
</ Link >
86
87
</ div >
88
+ </ div >
87
89
</ section >
88
90
) ;
89
91
}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export default function HeroHeader() {
10
10
backgroundColor : '#160c0c' ,
11
11
} }
12
12
>
13
-
14
13
< div className = "w-full flex py-20 flex-col items-center justify-center z-10 bg-black bg-opacity-80" >
15
14
< h1 className = "font-montserrat font-bold text-center text-white text-[40px] leading-10 w-[388px] mx-auto mt-24" >
16
15
React Developer Community Kenya
Original file line number Diff line number Diff line change 1
-
2
1
import React from 'react' ;
3
2
import LinkButton from '../LinkButton/LinkButton' ;
4
3
import backgroundImage from '/public/images/hero-image.jpg' ; // Add your background image here
@@ -11,10 +10,9 @@ export default function MobileHero() {
11
10
backgroundImage : `url(${ backgroundImage . src } )` ,
12
11
} }
13
12
>
14
-
15
- < div
16
- className = "bg-black pt-[20vh] h-full justify-end items-center pb-[5vh] flex-col bg-opacity-50 p-6 rounded-md flex bg-cover bg-center text-white mt-0"
17
- > { /* Adds opacity to make text more legible */ }
13
+ < div className = "bg-black pt-[20vh] h-full justify-end items-center pb-[5vh] flex-col bg-opacity-50 p-6 rounded-md flex bg-cover bg-center text-white mt-0" >
14
+ { ' ' }
15
+ { /* Adds opacity to make text more legible */ }
18
16
< h1 className = "font-robotoMono font-medium text-2xl text-center mb-2 text-white" >
19
17
React Developer Community Kenya
20
18
</ h1 >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function Home() {
24
24
</ Head >
25
25
< main className = "" >
26
26
< Navbar />
27
-
27
+
28
28
< HeroHeader />
29
29
< div className = "flex flex-col py-12 bg-[#030e30] text-white" >
30
30
< AboutUs />
You can’t perform that action at this time.
0 commit comments