@@ -345,7 +345,7 @@ const Home = async () => {
345345 { /* Resources */ }
346346 < Card id = "resources" className = "rounded-xl bg-white/50 p-8 shadow-md" >
347347 < CardHeader >
348- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
348+ < CardTitle className = "text-4xl font-bold text-primary" >
349349 Resources
350350 </ CardTitle >
351351 </ CardHeader >
@@ -429,7 +429,7 @@ const Home = async () => {
429429 { /* Events */ }
430430 < Card id = "events" className = "rounded-xl bg-white/50 p-8 shadow-md" >
431431 < CardHeader >
432- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
432+ < CardTitle className = "text-4xl font-bold text-primary" >
433433 Events
434434 </ CardTitle >
435435 </ CardHeader >
@@ -501,7 +501,7 @@ const Home = async () => {
501501 { blogs . length > 0 && (
502502 < Card id = "updates" className = "rounded-xl bg-white/50 p-8 shadow-md" >
503503 < CardHeader >
504- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
504+ < CardTitle className = "text-4xl font-bold text-primary" >
505505 Latest Updates
506506 </ CardTitle >
507507 </ CardHeader >
@@ -546,7 +546,7 @@ const Home = async () => {
546546 { /* Talks */ }
547547 < Card id = "talks" className = "rounded-xl bg-white/50 p-8 shadow-md" >
548548 < CardHeader >
549- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
549+ < CardTitle className = "text-4xl font-bold text-primary" >
550550 Talks
551551 </ CardTitle >
552552 </ CardHeader >
@@ -667,7 +667,7 @@ const Home = async () => {
667667 { /* Team */ }
668668 < Card id = "team" className = "rounded-xl bg-white/50 p-8 shadow-md" >
669669 < CardHeader >
670- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
670+ < CardTitle className = "text-4xl font-bold text-primary" >
671671 Team
672672 </ CardTitle >
673673 </ CardHeader >
@@ -686,7 +686,7 @@ const Home = async () => {
686686 className = "rounded-xl bg-white/50 p-8 shadow-md"
687687 >
688688 < CardHeader >
689- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
689+ < CardTitle className = "text-4xl font-bold text-primary" >
690690 Supporters
691691 </ CardTitle >
692692 </ CardHeader >
@@ -761,7 +761,7 @@ const Home = async () => {
761761 { /* Contact */ }
762762 < Card id = "contact" className = "rounded-xl bg-white/50 p-8 shadow-md" >
763763 < CardHeader >
764- < CardTitle className = "mb-8 text-4xl font-bold text-primary" >
764+ < CardTitle className = "text-4xl font-bold text-primary" >
765765 Contact
766766 </ CardTitle >
767767 </ CardHeader >
0 commit comments