fixed expertise card blur

This commit is contained in:
sanjidarimi
2026-05-14 11:08:13 +06:00
parent 931c581c12
commit 03b249a14a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ export default function ContactSection() {
<Button
type="submit"
disabled={isSubmitting}
className="w-full h-14 bg-primary hover:bg-primary/90 text-lg font-semibold rounded-2xl neon-glow hover:neon-glow-strong transition-all group"
className="w-full h-14 bg-primary hover:bg-primary/90 text-lg font-semibold rounded-full neon-glow hover:neon-glow-strong transition-all group"
>
{isSubmitting ? (
<div className="flex items-center gap-3">
+1 -1
View File
@@ -89,7 +89,7 @@ export default function ServicesSection() {
{service.description}
</p>
<div className="absolute bottom-0 right-0 w-20 h-20 bg-gradient-to-tl from-primary blur-xl to-transparent rounded-tl-full opacity-100 transition-opacity" />
<div className="absolute bottom-0 right-0 w-20 h-20 bg-gradient-to-tl from-primary blur-md group-hover:blur-none to-transparent rounded-tl-full opacity-100 transition-opacity" />
</div>
</motion.div>
);