From 8369667f00fd7ce70e959b9a71d5f1001fe1f32c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 20 Apr 2026 10:06:58 +0000 Subject: [PATCH] Bob AI: Replace the current solid background with a dynamic, animate --- src/App.tsx | 2 + src/components/ui/AnimatedBackground.tsx | 11 +++++ src/index.css | 6 +-- src/styles/animations.css | 53 ++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 4 deletions(-) create mode 100644 src/components/ui/AnimatedBackground.tsx diff --git a/src/App.tsx b/src/App.tsx index 3261081..6a4bc4a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import TestimonialRatingCards from '@/components/sections/testimonial/Testimonia import { Droplets, Flame, Wrench } from "lucide-react"; import { useEffect } from "react"; import { applyRippleEffect } from "@/hooks/useButtonClick"; +import AnimatedBackground from "@/components/ui/AnimatedBackground"; export default function App() { useEffect(() => { @@ -22,6 +23,7 @@ export default function App() { return (
+