diff --git a/README.md b/README.md
index 4c626c1..40bdacd 100644
--- a/README.md
+++ b/README.md
@@ -1,51 +1,53 @@
# SAST Club Website
-Welcome to the official repository of the **Society for Astrophysics and Space Technology (SAST)** website.
-Our goal is to collaboratively build and maintain a beautiful, functional platform that reflects the spirit, achievements, and events of our club.
+Welcome to the official repository of the **Society for Astrophysics and Space Technology (SAST)** website. Our goal is to collaboratively build and maintain a beautiful, functional platform that reflects the spirit, achievements, and events of our club.
----
+## 🚀 Features
+
+* **Events Calendar:** Stay up-to-date with all our upcoming events, workshops, and meetings.
+* **Projects Showcase:** Explore the exciting projects our members are working on.
+* **Astronomy News:** Get the latest news and discoveries in the world of astronomy.
+* **Satellite Tracker:** Track satellites in real-time.
+* **Member Profiles:** Get to know our talented members.
+* **Contribution Rankings:** See who's making the biggest impact on our projects.
## 🛠️ Local Setup Instructions
Follow these steps to set up and run the project locally:
### Step 1: Clone the Repository
+
```bash
git clone https://github.com/SASTxNST/Website_SAST.git
cd Website_SAST
```
### Step 2: Install Dependencies
+
```bash
npm install
```
### Step 3: Start the Development Server
-Make sure you're inside the `src` folder if that's where the app entry point is:
+
```bash
-cd src
npm run dev
```
----
-
-## ⚠️ Contribution Guidelines
+The application will be available at `http://localhost:5173`.
-**Only official SAST Club members are allowed to contribute to this repository.**
-To get access, make sure to:
-- **Follow** our GitHub organization [@SASTxNST](https://github.com/SASTxNST)
-- Be a verified SAST club member
-- Follow best practices while creating Pull Requests (PRs)
+## 🤝 Contribution Guidelines
----
+**Only official SAST Club members are allowed to contribute to this repository.** To get access, make sure to:
-## Useful Links
+* **Follow** our GitHub organization [@SASTxNST](https://github.com/SASTxNST)
+* Be a verified SAST club member
+* Follow best practices while creating Pull Requests (PRs)
-- **GitHub Repo**: [https://github.com/SASTxNST/Website_SAST](https://github.com/SASTxNST/Website_SAST)
-- **SAST GitHub Organization**: [https://github.com/SASTxNST](https://github.com/SASTxNST)
-- **Live Website**: Coming Soon...
+## 🔗 Useful Links
----
-// Adding a commit
+* **GitHub Repo:** [https://github.com/SASTxNST/Website_SAST](https://github.com/SASTxNST/Website_SAST)
+* **SAST GitHub Organization:** [https://github.com/SASTxNST](https://github.com/SASTxNST)
+* **Live Website:** Coming Soon...
-Let’s build something extraordinary together
+Let’s build something extraordinary together!
diff --git a/index.html b/index.html
index 3d9fb96..449886b 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-