diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index 37c680b..ce1e603 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -23,28 +23,27 @@ export function Home() {
/* Adding gradient animation to the hero section */
.hero-background {
- background: linear-gradient(270deg, #4f46e5, #9333ea, #22d3ee); /* Gradient color from purple to blue */
- background-size: 300% 300%; /* Makes the gradient larger for animation */
- animation: gradientAnimation 15s ease infinite; /* Animates the gradient */
+ background: linear-gradient(270deg, #6495ed, #9333ea, #22d3ee); /* Updated with Cornflower Blue */
+ background-size: 300% 300%;
+ animation: gradientAnimation 15s ease infinite;
}
/* Card hover effect */
.card:hover {
- transform: scale(1.05); /* Slight zoom-in effect */
- transition: transform 0.3s ease-in-out; /* Smooth transition */
- box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Adding subtle shadow */
+ transform: scale(1.05);
+ transition: transform 0.3s ease-in-out;
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
`}
{/* Hero Section */}
-
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.
- Snigdha OS | Arctic V brings performance enhancements, better hardware support, and a whole new visual refresh! Experience the best of both worlds: sleek design and robust functionality. 🚀 -
++ Snigdha OS | Arctic V brings performance enhancements, better hardware support, and a whole new visual refresh! Experience the best of both worlds: sleek design and robust functionality. 🚀 +
-{description}
{description}
{description}