diff --git a/src/assets/common/landing-blur.svg b/src/assets/common/landing-blur.svg index 5a43af3..45c75a6 100644 --- a/src/assets/common/landing-blur.svg +++ b/src/assets/common/landing-blur.svg @@ -1,16 +1,16 @@ - - + + - + - + - - - + + + diff --git a/src/components/landing/FeatureCards/FeatureCards.css b/src/components/landing/FeatureCards/FeatureCards.css index 3998c52..cb87a1b 100644 --- a/src/components/landing/FeatureCards/FeatureCards.css +++ b/src/components/landing/FeatureCards/FeatureCards.css @@ -42,7 +42,7 @@ user-select: none; background: #0b0b0b; border: 1px solid rgba(148, 184, 154, 0.2); - border-radius: 16px; + border-radius: 30px; padding: 2rem; text-align: left; text-decoration: none; @@ -97,7 +97,7 @@ } .feature-card:hover { - box-shadow: 0 4px 40px -15px rgba(46, 24, 78, 0.4) !important; + box-shadow: 0 4px 40px -15px rgba(24, 78, 50, 0.4) !important; background: #07160a; } diff --git a/src/components/landing/Hero/Hero.vue b/src/components/landing/Hero/Hero.vue index b671752..662ee0c 100644 --- a/src/components/landing/Hero/Hero.vue +++ b/src/components/landing/Hero/Hero.vue @@ -19,15 +19,13 @@ />
- - - New 🎉 -
- Gradient Blinds - -
-
-
+ + New 🎉 +
+ Gradient Blinds + +
+

-
- - - diff --git a/src/components/landing/StartBuilding/StartBuilding.css b/src/components/landing/StartBuilding/StartBuilding.css index 2dfa25b..2285c50 100644 --- a/src/components/landing/StartBuilding/StartBuilding.css +++ b/src/components/landing/StartBuilding/StartBuilding.css @@ -17,11 +17,11 @@ max-width: 1200px; user-select: none; margin: 0 auto; - background: linear-gradient(135deg, rgba(58, 237, 109, 1), rgba(23, 255, 66, 0.6)); + background: linear-gradient(135deg, rgb(30, 160, 63), rgba(24, 47, 255, 1)); background-size: 200% 200%; border-radius: 50px; padding: 4rem 3rem; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.5); + box-shadow: 0 8px 32px 0 rgba(31, 135, 99, 0.5); backdrop-filter: blur(10px); position: relative; overflow: hidden; @@ -56,14 +56,14 @@ } .start-building-title { - color: #0b0b0b; + color: #ffffff; font-size: 3rem; font-weight: 500; line-height: 1; } .start-building-subtitle { - color: #0b0b0b; + color: #ffffff; font-size: 1.2rem; font-weight: 500; opacity: 0.6; @@ -86,8 +86,8 @@ } .start-building-button:hover { - background: #0b0b0b; - color: #27ff64; + transform: scale(1.05); + transition: all 0.2s ease; } @media (max-width: 1280px) { diff --git a/src/css/landing.css b/src/css/landing.css index 309dfbc..ef37c7c 100644 --- a/src/css/landing.css +++ b/src/css/landing.css @@ -56,18 +56,20 @@ top: 50%; transform: translate(-50%, -50%); aspect-ratio: 1; - height: 1200px; + opacity: 0.5; + height: 800px; } .hero-new-badge-container { + position: relative; display: flex; align-items: center; gap: 0.8rem; border: 1px solid rgba(255, 255, 255, 0.07); - background: rgba(255, 255, 255, 0.01); - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15); - backdrop-filter: blur(15px); - -webkit-backdrop-filter: blur(15px); + background: rgba(0, 0, 0, 0.1); + backdrop-filter: blur(8px); + -webkit-backdrop-filter: blur(8px); + box-shadow: 0 8px 32px 0 rgba(31, 135, 76, 0.15); padding: 0.6em 0.8em 0.6em 0.6em; border-radius: 50px; margin-bottom: 1.5rem; @@ -76,17 +78,13 @@ transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); } -.hero-tag-fade { - position: relative; - z-index: 8; -} - .hero-new-badge { font-size: 14px; - background: #3aef43; + background: linear-gradient(135deg, rgb(30, 160, 63), rgba(24, 47, 255, 1)); + background-size: 200% 200%; padding: 0.2em 0.8em; border-radius: 50px; - color: black; + color: #ffffff; } .hero-new-badge-text { @@ -97,10 +95,10 @@ .hero-new-badge-container:hover { box-shadow: - 0 0 60px rgba(58, 237, 112, 0.4), - 0 0 120px rgba(92, 246, 138, 0.35), - 0 0 180px rgba(40, 217, 64, 0.3), - 0 12px 40px rgba(0, 0, 0, 0.6); + 0 0 60px rgba(58, 237, 112, 0.2), + 0 0 120px rgba(92, 246, 138, 0.15), + 0 0 180px rgba(40, 217, 64, 0.1), + 0 12px 40px rgba(0, 0, 0, 0.2); transform: translateY(-4px) scale(1.01); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-duration: 1.5s;