From 70fbd5ea29d1d9d559fb8e22172818a50303285d Mon Sep 17 00:00:00 2001 From: nitin mohan Date: Mon, 20 Jul 2026 22:28:04 +0530 Subject: [PATCH] reduce overall content glow of about section --- features/landing/faq.tsx | 12 ++++++------ features/landing/features.tsx | 10 +++++----- features/landing/stats.tsx | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/features/landing/faq.tsx b/features/landing/faq.tsx index 7150271..b064463 100644 --- a/features/landing/faq.tsx +++ b/features/landing/faq.tsx @@ -93,8 +93,8 @@ export default function FAQ() { variants={itemVariants} className="w-full relative group/card" > - {/* Soft backdrop glow */} -
+ {/* Soft backdrop glow (hidden in dark mode for a cleaner look) */} +
@@ -112,8 +112,8 @@ export default function FAQ() { {faq.question} @@ -121,8 +121,8 @@ export default function FAQ() {
{landingFeatures.map((feature, i) => { const Icon = feature.icon; @@ -140,8 +140,8 @@ export default function Features() { key={feature.title} className="group relative overflow-hidden sm:rounded-[20px] sm:border border-transparent sm:bg-white p-4 sm:p-6 lg:p-7 text-left sm:shadow-[0_4px_20px_rgb(0,0,0,0.08)] transition-all duration-300 ease-[cubic-bezier(0.2,0.8,0.2,1)] hover:bg-slate-50 sm:hover:bg-white sm:hover:scale-[1.01] sm:hover:-translate-y-1 sm:hover:border-indigo-400/30 sm:hover:shadow-[0_20px_40px_-12px_rgba(99,102,241,0.15)] sm:dark:border-white/[0.06] sm:dark:bg-[#0A0F1C]/60 sm:dark:shadow-[inset_0_1px_1px_rgba(255,255,255,0.03)] dark:hover:bg-white/[0.02] sm:dark:hover:border-indigo-500/[0.15] sm:dark:hover:bg-[#0f172a]/80 sm:dark:backdrop-blur-xl flex flex-row sm:flex-col items-start gap-4 sm:gap-0 h-full" > - {/* Subtle hover glow behind icon (hidden on mobile to keep list clean) */} -
+ {/* Subtle hover glow behind icon (hidden on mobile and in dark mode to keep list clean) */} +
@@ -151,7 +151,7 @@ export default function Features() { className={`relative shrink-0 sm:mb-6 inline-flex h-[42px] w-[42px] sm:h-14 sm:w-14 items-center justify-center rounded-[12px] sm:rounded-[16px] border ${t.bg} ${t.border} transition-transform duration-500 ease-[cubic-bezier(0.2,0.8,0.2,1)] group-hover:scale-110 group-hover:rotate-3 shadow-sm`} >
-

+

{feature.title}

diff --git a/features/landing/stats.tsx b/features/landing/stats.tsx index 3b2d914..a6a7adc 100644 --- a/features/landing/stats.tsx +++ b/features/landing/stats.tsx @@ -155,7 +155,7 @@ export default function Stats() { key={stat.title} className="group relative overflow-hidden rounded-[16px] sm:rounded-[20px] border border-transparent bg-white p-4 sm:p-5 md:p-6 text-left shadow-[0_4px_20px_rgb(0,0,0,0.08)] transition-all duration-500 ease-[cubic-bezier(0.2,0.8,0.2,1)] hover:scale-[1.02] hover:-translate-y-1 hover:border-indigo-400/50 hover:bg-white hover:shadow-[0_20px_40px_-12px_rgba(99,102,241,0.25)] dark:border-white/[0.08] dark:bg-[#0f172a]/60 dark:shadow-[inset_0_1px_1px_rgba(255,255,255,0.05)] dark:hover:border-indigo-500/[0.2] dark:hover:bg-[#1e293b]/80 flex flex-col justify-between" > -

+