@@ -6,22 +6,22 @@ import { motion } from 'framer-motion';
66
77const submissionSteps = [
88 {
9- title : 'Applications Open ' ,
9+ title : 'Applications open ' ,
1010 description : 'Submit your topic and abstract' ,
1111 dotColor : '#34A853' , // Green
1212 } ,
1313 {
14- title : 'Review Period ' ,
14+ title : 'Review period ' ,
1515 description : 'Our team reviews all submissions' ,
1616 dotColor : '#FBBC04' , // Yellow
1717 } ,
1818 {
19- title : 'Speakers Announced ' ,
19+ title : 'Speakers announced ' ,
2020 description : 'Selected speakers notified via email' ,
2121 dotColor : '#EA4335' , // Red
2222 } ,
2323 {
24- title : 'Event Day — 21st Nov 2026' ,
24+ title : 'Event day — 21st Nov 2026' ,
2525 description : 'Take the stage at DevFest Ibadan' ,
2626 dotColor : '#4285F4' , // Blue
2727 } ,
@@ -35,7 +35,7 @@ const statsData = [
3535 description : 'Expert talks, code labs, and pure technical vibes.' ,
3636 } ,
3737 {
38- stat : '4+ TRACKS' ,
38+ stat : 'All TRACKS' ,
3939 color : '#EA4335' , // Red
4040 label : 'WEB · MOBILE · AI · E.T.C' ,
4141 description :
@@ -53,7 +53,7 @@ const statsData = [
5353 color : '#4285F4' , // Blue
5454 label : 'COMMUNITY LEGACY' ,
5555 description :
56- 'Celebrating 10+ years of empowering and connecting South-West devs. ' ,
56+ 'Celebrating 10+ years of empowering and connecting tech lovers and enthusiast ' ,
5757 } ,
5858] ;
5959
@@ -73,7 +73,7 @@ const CallForSpeakers: FC = () => {
7373 >
7474 < div className = "border border-black rounded-3xl p-6 sm:p-8 md:p-[32px] bg-white shadow-sm" >
7575 < h3 className = "text-xs sm:text-sm font-mono font-bold tracking-widest text-black uppercase mb-7" >
76- SUBMISSION DETAILS
76+ SUBMISSION PROCESS
7777 </ h3 >
7878
7979 < div className = "space-y-6 sm:space-y-7" >
@@ -108,8 +108,8 @@ const CallForSpeakers: FC = () => {
108108 transition = { { duration : 0.5 , delay : 0.1 } }
109109 className = "flex flex-col items-start"
110110 >
111- < h2 className = "font-semibold text-4xl lg:text-[40px] xl:text-[48px] tracking-[0%] leading-[105 %] text-[#111111] font-grotesk" >
112- Got Something Worth Sharing ? Take the Stage .
111+ < h2 className = "font-semibold text-4xl lg:text-[40px] xl:text-[48px] tracking-[0%] leading-[130%] sm:leading-[120 %] text-[#111111] font-grotesk" >
112+ Got something worth sharing ? Take the stage .
113113 </ h2 >
114114
115115 < p className = "mt-[10px] sm:mt-[20px] text-base sm:text-lg text-[#4B5563] leading-relaxed max-w-xl" >
0 commit comments