From 547b2adaad53162f3261775a3148fc2af2fd0f9d Mon Sep 17 00:00:00 2001 From: wilovy Date: Mon, 9 Mar 2026 19:12:05 -0600 Subject: [PATCH] chore(ui): Add Bloom effect to features cards --- src/features/home/components/Features.astro | 30 ++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/features/home/components/Features.astro b/src/features/home/components/Features.astro index 956c810..651e38e 100644 --- a/src/features/home/components/Features.astro +++ b/src/features/home/components/Features.astro @@ -36,7 +36,7 @@ const t = useTranslations(lang) -
+
@@ -185,16 +185,40 @@ const t = useTranslations(lang) + +