From 088b0f2742bddbf997beddf83b70260a2e3958d7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 8 Jun 2026 00:00:36 +0000 Subject: [PATCH] Bob AI: Added a flowing white light animation around the floating di --- src/components/Layout.tsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 0124186..a806fff 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -24,16 +24,19 @@ function FloatingDiscount() { return (
-
-
- - Claim 20% Off Today! - 20% Off! +
+
+
+
+ + Claim 20% Off Today! + 20% Off! +
+
+ {mins}:{secs.toString().padStart(2, '0')} +
+
-
- {mins}:{secs.toString().padStart(2, '0')} -
-
);