- You need to be signed in to register your company. This helps us track your
+ You need to be signed in to register your company. This helps us track your
application and provide better support throughout the verification process.
-
-
+
@@ -145,7 +145,7 @@ export default function CompanyRegisterPage() {
-
+
@@ -232,14 +232,14 @@ export default function CompanyRegisterPage() {
Register Your Company
- Join CodeUnia's marketplace and start hosting hackathons and events for the developer community
+ Join Codeunia's marketplace and start hosting hackathons and events for the developer community
{/* Benefits */}
-
Why host events on CodeUnia?
+
Why host events on Codeunia?
diff --git a/app/hackathons/page.tsx b/app/hackathons/page.tsx
index 54ac8ef3..3dd24288 100644
--- a/app/hackathons/page.tsx
+++ b/app/hackathons/page.tsx
@@ -1,4 +1,4 @@
-"use client"
+"use client"
import { useState, useEffect, useRef } from "react"
@@ -26,7 +26,7 @@ import type { Company } from "@/types/company"
const hackathonCategories = [
"All",
"Web Development",
- "Mobile Apps",
+ "Mobile Apps",
"AI/ML",
"Blockchain",
"IoT",
@@ -80,7 +80,7 @@ export default function HackathonsPage() {
if (response.ok) {
const data = await response.json()
setCompanies(data.companies || [])
-
+
// Extract unique industries from companies
const uniqueIndustries = Array.from(
new Set(data.companies.map((c: Company) => c.industry).filter(Boolean))
@@ -263,98 +263,98 @@ export default function HackathonsPage() {
return (