@@ -72,11 +72,11 @@ export default function CompanyRegisterPage() {
7272 </ CardHeader >
7373 < CardContent className = "text-center space-y-6" >
7474 < p className = "text-sm text-muted-foreground" >
75- You need to be signed in to register your company. This helps us track your
75+ You need to be signed in to register your company. This helps us track your
7676 application and provide better support throughout the verification process.
7777 </ p >
7878 < div className = "flex flex-col sm:flex-row gap-4 justify-center" >
79- < Button
79+ < Button
8080 className = "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white"
8181 asChild
8282 >
@@ -131,7 +131,7 @@ export default function CompanyRegisterPage() {
131131 </ p >
132132 </ div >
133133 </ div >
134-
134+
135135 < div className = "flex gap-4" >
136136 < div className = "flex-shrink-0" >
137137 < div className = "w-8 h-8 rounded-full bg-blue-500 text-white flex items-center justify-center font-semibold" >
@@ -145,7 +145,7 @@ export default function CompanyRegisterPage() {
145145 </ p >
146146 </ div >
147147 </ div >
148-
148+
149149 < div className = "flex gap-4" >
150150 < div className = "flex-shrink-0" >
151151 < div className = "w-8 h-8 rounded-full bg-blue-500 text-white flex items-center justify-center font-semibold" >
@@ -232,14 +232,14 @@ export default function CompanyRegisterPage() {
232232 </ div >
233233 < h1 className = "text-4xl font-bold tracking-tight" > Register Your Company</ h1 >
234234 < p className = "text-lg text-muted-foreground max-w-2xl mx-auto" >
235- Join CodeUnia 's marketplace and start hosting hackathons and events for the developer community
235+ Join Codeunia 's marketplace and start hosting hackathons and events for the developer community
236236 </ p >
237237 </ div >
238238
239239 { /* Benefits */ }
240240 < Card className = "border-0 shadow-lg bg-gradient-to-r from-blue-50 to-cyan-50 dark:from-blue-900/20 dark:to-cyan-900/20" >
241241 < CardContent className = "p-6" >
242- < h3 className = "font-semibold text-lg mb-4" > Why host events on CodeUnia ?</ h3 >
242+ < h3 className = "font-semibold text-lg mb-4" > Why host events on Codeunia ?</ h3 >
243243 < div className = "grid grid-cols-1 md:grid-cols-3 gap-4" >
244244 < div className = "flex gap-3" >
245245 < CheckCircle2 className = "h-5 w-5 text-green-600 dark:text-green-400 flex-shrink-0 mt-0.5" />
0 commit comments