fixed expertise card blur
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user