@@ -79,25 +79,25 @@ export default function Home() {
7979 </ div >
8080 < section
8181 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] "
8383 >
8484 < VideoSection />
8585 </ section >
8686 < section
8787 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 "
8989 >
9090 < 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 " >
9191 What do we provide?
9292 </ 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 " >
9494 this is what we provide, compared to others.
9595 </ h3 >
9696 < FeatureSection />
9797 </ section >
9898 < section
9999 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 "
101101 >
102102 < 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 " >
103103 Testimonials
@@ -109,19 +109,19 @@ export default function Home() {
109109 </ section >
110110 < section
111111 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 "
113113 >
114114 < 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 " >
115115 FAQs
116116 </ 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 " >
118118 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
119119 </ h3 >
120120 < FAQSection />
121121 </ section >
122122 < section
123123 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"
125125 >
126126 < 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 " >
127127 Our Sponsors
0 commit comments