File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ export default function Home() {
1010 className = "-z-10 opacity-50"
1111 layout = "fill"
1212 />
13- < section className = "flex flex-col items-center py-36 px-24 gap-4 z-20" >
14- < h1 className = "text-7xl text-white font-bold text-center m-5 max-w-10xl " >
13+ < section className = "flex flex-col items-center py-24 lg:py- 36 px-24 gap-4 z-20" >
14+ < h1 className = "text-5xl text-white font-bold text-center m-5 lg:text-7xl " >
1515 Streamlining Technical Interview Preparation.
1616 </ h1 >
17- < h2 className = "text-xl text-center text-white font-medium max-w-3xl m-5 " >
17+ < h2 className = "text-xl text-center text-white font-medium" >
1818 Collaborative mock interviews to boost your confidence and nail your
1919 dream job interviews.
2020 </ h2 >
2121 < Button
22- className = "btn-accent w-36 m-6 "
22+ className = "btn-accent w-36 m-2 "
2323 children = { < span > Get Started!</ span > }
2424 />
2525 </ section >
You can’t perform that action at this time.
0 commit comments