diff --git a/src/assets/styles/About.css b/src/assets/styles/About.css
new file mode 100644
index 0000000..ad4463b
--- /dev/null
+++ b/src/assets/styles/About.css
@@ -0,0 +1,77 @@
+.about-container {
+ max-width: 75%;
+ margin: 0 auto;
+ padding: 2%;
+}
+
+h1,
+h2 {
+ color: #1f1e1e;
+}
+
+a {
+ color: #0066CC;
+ text-decoration: none;
+}
+
+p {
+ line-height: 1.6;
+ color: #312e2e;
+}
+
+section {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ text-align: left;
+ justify-content: left;
+}
+
+.about-title {
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+}
+
+section p {
+ align-items: right;
+ justify-content: right;
+ text-align: justify;
+}
+
+ul {
+ text-align: left;
+ color: #312e2e;
+}
+
+ul li {
+ margin: 15px;
+}
+
+.overview-section {
+ height: 20%;
+}
+
+.features-section {
+ height: 20%;
+}
+
+.usage-section {
+ height: 20%;
+}
+
+.geeta-section {
+ height: 20%;
+}
+
+.contributing-section {
+ height: 20%;
+}
+
+.contact-section {
+ height: 20%;
+}
+
+.thank-you-section {
+ height: 20%;
+}
diff --git a/src/pages/About.jsx b/src/pages/About.jsx
index ecd59d2..001877c 100644
--- a/src/pages/About.jsx
+++ b/src/pages/About.jsx
@@ -1,17 +1,130 @@
-import React from 'react';
-import Navbar from '../components/Navbar.jsx';
-import Footer from '../components/Footer';
-import Temporary from "../components/Temporary.jsx";
+import Navbar from "../components/Navbar.jsx";
+import Footer from "../components/Footer";
+import "../assets/styles/About.css";
const About = () => {
return (
<>
-
+ Welcome to The Library, where the journey of discovery meets the + serenity of wisdom. Immerse yourself in a world of knowledge + carefully curated from diverse sources, including the vast Open + Library API. Beyond an extensive collection of books, we invite you + to experience a daily ritual of spiritual reflection through the + timeless Geeta shlok. The Library is more than a platform; it's + a sanctuary for your mind and soul. +
++ Once you've opened The Library Website, you can immediately + begin your literary journey. Utilize the search options to discover + books that captivate your interest. Click on a book to embark on a + reading adventure, all for free. +
++ We believe in the transformative power of daily contemplation on + Geeta shlok. This practice can bring several benefits to your life: +
++ The Library is a community-driven project, and your contribution can + shape its future. Dive into the codebase, suggest new features, or + lend a helping hand to fellow contributors. Your ideas matter, and + together, we can build a reading haven for everyone! ✨ +
+ ++ If you have questions or want to connect, reach out anytime. + I'm more than happy to chat and learn from your experiences. +
++ Email:{" "} + Contact Me +
++ Thank you for exploring The Library project. We hope it enriches + your reading experience and provides daily spiritual nourishment + through the Geeta shlok. Your support and contributions are deeply + appreciated. ✨ +
+