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 (
+