File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,20 @@ import Wave from "@/components/wave";
2
2
3
3
export default function Hero ( { children, title } ) {
4
4
return (
5
- < div className = "md:text-left text-center hero" >
6
- < div className = "container mx-auto px-2" >
7
- { title ? (
8
- < h1 className = "mb-2 md:mb-5 lg:text-5xl text-4xl font-bold text-center" >
9
- { title }
10
- </ h1 >
11
- ) : null }
12
- { children }
5
+ < div >
6
+ < div className = "md:text-left text-center hero" >
7
+ < div className = "container mx-auto px-2" >
8
+ { title ? (
9
+ < h1 className = "mb-2 md:mb-5 lg:text-5xl text-4xl font-bold text-center" >
10
+ { title }
11
+ </ h1 >
12
+ ) : null }
13
+ { children }
14
+ </ div >
15
+ < div className = "absolute bottom-0 w-full" >
16
+ < Wave />
17
+ </ div >
13
18
</ div >
14
- < Wave > </ Wave >
15
19
</ div >
16
20
) ;
17
21
}
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ import Layout from "@/components/layout";
6
6
import SponsorSection from "@/components/sponsorSection" ;
7
7
import CompanySection from "@/components/companySection" ;
8
8
import Timeline from "@/components/timeline" ;
9
- import Wave from "@/components/wave" ;
10
- import Wave180 from "@/components/wave180" ;
11
9
import CommunityImages from "@/components/communityImages" ;
12
10
import loadStaticData from "@/shared/static" ;
13
11
import Image from "next/image" ;
Original file line number Diff line number Diff line change 17
17
# 3e9644 303.75deg ,
18
18
# 896ae4 387.03deg
19
19
);
20
+ padding-top : 10% ;
21
+ padding-bottom : 20% ;
22
+ margin-bottom : 6% ;
23
+ height : 90vh ;
20
24
}
21
25
22
26
.gradient-text {
You can’t perform that action at this time.
0 commit comments