diff --git a/package.json b/package.json index 1a6fa63..e9ecea2 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "postcss": "^8.4.49", + "prettier": "3.4.2", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8765968..3f2d2bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,6 +60,9 @@ importers: postcss: specifier: ^8.4.49 version: 8.4.49 + prettier: + specifier: 3.4.2 + version: 3.4.2 tailwindcss: specifier: ^3.4.17 version: 3.4.17 @@ -1369,6 +1372,11 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} + engines: {node: '>=14'} + hasBin: true + proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} @@ -2905,6 +2913,8 @@ snapshots: prelude-ls@1.2.1: {} + prettier@3.4.2: {} + proxy-from-env@1.1.0: {} punycode@2.3.1: {} diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index ce1e603..7d29055 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -21,9 +21,9 @@ export function Home() { } } - /* Adding gradient animation to the hero section */ + /* Black and #28282b gradient animation */ .hero-background { - background: linear-gradient(270deg, #6495ed, #9333ea, #22d3ee); /* Updated with Cornflower Blue */ + background: linear-gradient(270deg, #000000, #28282b, #000000); /* Black and Dark Gray Gradient */ background-size: 300% 300%; animation: gradientAnimation 15s ease infinite; } @@ -38,7 +38,7 @@ export function Home() { {/* Hero Section */} -
+
-

- Welcome to Snigdha OS 🌐 + {/* Main Heading */} +

+ Experience the Power 🔥

-

- Arch-based Linux Distribution for Penetration Testing and Ethical Hacking. Snigdha OS provides a powerful platform with the latest tools for cybersecurity professionals. 🔐💻 +

+ Snigdha OS is a lightweight, Arch-based Linux distribution crafted for Penetration Testing 🛡️, Ethical Hacking 🔍, and general use. Power up your system with cutting-edge tools 🛠️ and enhanced security features 🔐💻.

+ + {/* Call to Action Buttons */}
Download Now 🚀 @@ -65,24 +68,29 @@ export function Home() { Documentation 📚
+ {/* Additional Information */}
-

- Join a community of like-minded individuals dedicated to enhancing the security and safety of the digital world. 🌍🔧 Explore our open-source ecosystem and contribute to the next-gen tools. +

+ Join our thriving community of developers and cybersecurity professionals who are working together to build a safer digital world. 🌍🔧 Contribute to the project or simply enjoy the tools designed for your security needs.

- - - Join The Community 🤝 - + + {/* Call to Action Button */} +
+ + + Join the Community 🤝 + +