@@ -79,25 +79,25 @@ export default function Home() {
79
79
</ div >
80
80
< section
81
81
id = "video-section"
82
- className = "flex flex-col items-center justify-center md:h-screen md: w-screen md:mt-52 mt-14 lg:mt-64 "
82
+ className = "flex flex-col items-center justify-center md:w-screen md:mt-5 mt-14 xl:mt-24 lg:mt-6 lg:h-[100vh] md:h-[90vh] xl:h-[100vh] "
83
83
>
84
84
< VideoSection />
85
85
</ section >
86
86
< section
87
87
id = "feature-section"
88
- className = " w-screen flex flex-col mt-14 md:mt-0 items-center justify-start xl:mt-14 mb-24 "
88
+ className = " w-screen flex flex-col mt-14 md:mt-0 items-center justify-start xl:mt-14 xl: mb-16 sm: mb-8 sm:mt-8 "
89
89
>
90
90
< h2 className = "text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold " >
91
91
What do we provide?
92
92
</ h2 >
93
- < h3 className = "text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2 " >
93
+ < h3 className = "text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 py-3 " >
94
94
this is what we provide, compared to others.
95
95
</ h3 >
96
96
< FeatureSection />
97
97
</ section >
98
98
< section
99
99
id = "testimonials-section"
100
- className = "md:h-screen w-screen flex flex-col items-center justify-start xl:mt-16 "
100
+ className = "md:mb-5 w-screen flex flex-col items-center justify-start xl:mt-5 "
101
101
>
102
102
< h2 className = "text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold " >
103
103
Testimonials
@@ -109,19 +109,19 @@ export default function Home() {
109
109
</ section >
110
110
< section
111
111
id = "faq-section"
112
- className = "flex flex-col items-center justify-start w-screen pb-32 "
112
+ className = "flex flex-col items-center justify-start w-screen lg: pb-20 sm:pb-8 "
113
113
>
114
114
< h2 className = "text-center text-3xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold " >
115
115
FAQs
116
116
</ h2 >
117
- < h3 className = "text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2 mb-14 " >
117
+ < h3 className = "text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2 mb-5 " >
118
118
Don't worry! We are here to help. In case you don't find the answer that you are looking for, feel free to contact us
119
119
</ h3 >
120
120
< FAQSection />
121
121
</ section >
122
122
< section
123
123
id = "sponsor-section"
124
- className = "h-screen md:w-screen flex flex-col items-center justify-start mt-16"
124
+ className = "md:w-screen flex flex-col items-center justify-start mt-16"
125
125
>
126
126
< h2 className = "text-center text-4xl text-white lg:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold " >
127
127
Our Sponsors
0 commit comments