diff --git a/README.md b/README.md
index a4f324de..cd7626fa 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,46 @@
# 🌐 Codeunia
-*Codeunia* is a dynamic platform designed to empower developers by keeping them informed and inspired. Stay updated with the latest hackathons, AI breakthroughs, tech blogs, and developer tools — all in one place.
+*Codeunia* is a professional developer platform designed to power the modern tech ecosystem. We bring organizations, developers, and innovators together through a unified marketplace for hackathons, events, insights, and tools — all in one place.
-## 🚀 Features
+## 🚀 Platform Highlights
-- 🔍 Discover Upcoming Hackathons
-- 🧠 Latest News in Artificial Intelligence & Machine Learning
-- ✍ Developer-Focused Blog Posts
-- 📅 Event Calendar and Reminders
-- 🧰 Curated Tools and Resources for Developers *(Coming Soon)*
-- 📬 Newsletter Subscription *(Coming Soon)*
-- 📊 Community Polls and Discussions *(Coming Soon)*
+* 🏢 **Multi-Company Event Marketplace**
+ Verified organizations can host, manage, and scale their own hackathons and tech events.
+
+* 🔍 **Discover Global Hackathons**
+ Stay updated with curated events from top companies and institutions.
+
+* 🧠 **Tech & AI Insights**
+ Access the latest breakthroughs in AI, ML, startups, and software engineering.
+
+* ✍ **Developer Articles & Blogs**
+ In-depth writeups from experts, engineers, and industry contributors.
+
+* 📅 **Smart Event Calendar & Reminders**
+ Never miss an opportunity — get personalized updates and alerts.
+
+* 🎯 **Organization Dashboards**
+ Complete event lifecycle management: creation, moderation, registrations, analytics, and monetization.
+
+* 📊 **Advanced Analytics for Hosts**
+ Real-time insights into views, clicks, conversions, and performance trends.
+
+* 🧰 **Developer Tools & Resources** *(Coming Soon)*
+ Curated utilities and productivity enhancers for engineering teams.
+
+* 📬 **Tech Newsletter** *(Coming Soon)*
+ Weekly insights for developers and organizations.
---
-### ⚠️ Disclaimer
+## ⚠️ Intellectual Property Notice
+
+Codeunia operates multiple GitHub organizations for structured development and deployment:
-> We do have an official GitHub organization: [github.com/codeunia](https://github.com/codeunia).
-> However, due to being a student-led initiative and operating with limited resources (like funds for paid GitHub features), we are currently using [github.com/codeunia-dev](https://github.com/codeunia-dev) to manage our repositories and development.
+* **github.com/codeunia** — Official organization
+* **github.com/codeunia-dev** — Development & engineering projects
-> **All code, assets, and content under both profiles are the intellectual property of Codeunia. Unauthorized use, reproduction, or redistribution is strictly prohibited without written permission.**
+**All source code, assets, and content under these organizations are the intellectual property of Codeunia.
+Unauthorized use, reproduction, or redistribution is strictly prohibited without prior written approval.**
---
diff --git a/SECURITY.md b/SECURITY.md
deleted file mode 100644
index 034e8480..00000000
--- a/SECURITY.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Security Policy
-
-## Supported Versions
-
-Use this section to tell people about which versions of your project are
-currently being supported with security updates.
-
-| Version | Supported |
-| ------- | ------------------ |
-| 5.1.x | :white_check_mark: |
-| 5.0.x | :x: |
-| 4.0.x | :white_check_mark: |
-| < 4.0 | :x: |
-
-## Reporting a Vulnerability
-
-Use this section to tell people how to report a vulnerability.
-
-Tell them where to go, how often they can expect to get an update on a
-reported vulnerability, what to expect if the vulnerability is accepted or
-declined, etc.
diff --git a/app/dashboard/company/[slug]/events/[eventSlug]/edit/page.tsx b/app/dashboard/company/[slug]/events/[eventSlug]/edit/page.tsx
index fc40af68..28be0733 100644
--- a/app/dashboard/company/[slug]/events/[eventSlug]/edit/page.tsx
+++ b/app/dashboard/company/[slug]/events/[eventSlug]/edit/page.tsx
@@ -109,61 +109,67 @@ export default function EditEventPage() {
}
return (
-
- {/* Header */}
-
-
-
-
-
-
-
Edit Event
-
- Update your event details
-
-
+
+
+ {/* Back Button */}
+
+
+
+
+ {/* Header */}
+
+
Edit Event
+
+ Update your event details
+
- {/* Delete Button */}
-
-
-
-
-
-
- Are you sure?
-
- This action cannot be undone. This will permanently delete the event
- "{event.title}" and all associated data.
-
-
-
- Cancel
-
- {deleting ? 'Deleting...' : 'Delete Event'}
-
-
-
-
-
+ {/* Event Form */}
+
- {/* Event Form */}
-
+ {/* Delete Button at Bottom */}
+
+
+
Danger Zone
+
Once you delete an event, there is no going back.
+
+
+
+
+
+
+
+ Are you sure?
+
+ This action cannot be undone. This will permanently delete the event
+ "{event.title}" and all associated data.
+
+
+
+ Cancel
+
+ {deleting ? 'Deleting...' : 'Delete Event'}
+
+
+
+
+