From 383a12433dbb7a6c3ac020b1ed372b24e67ed606 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 18 Apr 2026 12:50:33 +0000 Subject: [PATCH] Bob AI: Introduce gradients to key UI elements such as buttons, head --- src/App.tsx | 7 ++++++- src/index.css | 12 +++++++++--- src/styles/animations.css | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 73a5869..9de6b93 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -38,6 +38,7 @@ export default function App() { ctaButton={{ text: "Emergency Help", href: "#contact", + className: "animated-gradient-button", }} /> @@ -50,6 +51,7 @@ export default function App() { primaryButton={{ text: "Schedule Service Now", href: "#contact", + className: "animated-gradient-button", }} secondaryButton={{ text: "Get Emergency Help", @@ -163,7 +165,7 @@ export default function App() { /> -
+