diff --git a/README.md b/README.md
index 8fdcf95..faa3838 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-# nepalingo
+# NepaLingo
A website to learn the indigenous language of Nepal.
-# Contributors
+## Contributors
The contributors of this project are participants of Incubate Nepal.
-# Mentors
+### Mentors
-## Christina Kayastha
+#### Christina Kayastha
@@ -21,7 +21,7 @@ The contributors of this project are participants of Incubate Nepal.
-## Binam Kayastha
+#### Binam Kayastha
@@ -34,8 +34,8 @@ The contributors of this project are participants of Incubate Nepal.
@@ -111,7 +111,7 @@ The contributors of this project are participants of Incubate Nepal.
-## Devaki Rawal
+#### Devaki Rawal
diff --git a/nepalingo-web/README.md b/nepalingo-web/README.md
index 164c257..54370ee 100644
--- a/nepalingo-web/README.md
+++ b/nepalingo-web/README.md
@@ -1,4 +1,4 @@
-# nepalingo
+# NepaLingo
A website to learn the indigenous language of Nepal. This project is a React application built with TypeScript, Vite, and Tailwind CSS. Below are the steps to set up and run the project.
diff --git a/nepalingo-web/src/components/button/Button.tsx b/nepalingo-web/src/components/Button.tsx
similarity index 100%
rename from nepalingo-web/src/components/button/Button.tsx
rename to nepalingo-web/src/components/Button.tsx
diff --git a/nepalingo-web/src/components/card/Card.tsx b/nepalingo-web/src/components/Card.tsx
similarity index 92%
rename from nepalingo-web/src/components/card/Card.tsx
rename to nepalingo-web/src/components/Card.tsx
index f55a964..c355935 100644
--- a/nepalingo-web/src/components/card/Card.tsx
+++ b/nepalingo-web/src/components/Card.tsx
@@ -1,4 +1,7 @@
import React, { useState } from 'react';
+import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
+import { faVolumeHigh } from '@fortawesome/free-solid-svg-icons';
+
const Card: React.FC<{
Word: string;
@@ -47,7 +50,7 @@ const Card: React.FC<{