diff --git a/src/views/Home/components/FeatureCard.tsx b/src/views/Home/components/FeatureCard.tsx index 838901ca..e26f5dd2 100644 --- a/src/views/Home/components/FeatureCard.tsx +++ b/src/views/Home/components/FeatureCard.tsx @@ -14,6 +14,7 @@ import { Button } from '@chakra-ui/react'; import type { Feature, FeatureClickHandler } from '@/types/home'; +import { GLASS_BLUR } from '@/constants/glassConfig'; interface FeatureCardProps { feature: Feature; @@ -31,7 +32,7 @@ export const FeatureCard: React.FC = ({ return (