From fc4f25f155908cfb566f33d899b6c8caaeaa7587 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 18 Apr 2026 12:51:19 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9de6b93..b78da0d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -38,7 +38,6 @@ export default function App() { ctaButton={{ text: "Emergency Help", href: "#contact", - className: "animated-gradient-button", }} /> @@ -51,7 +50,6 @@ export default function App() { primaryButton={{ text: "Schedule Service Now", href: "#contact", - className: "animated-gradient-button", }} secondaryButton={{ text: "Get Emergency Help", @@ -183,7 +181,6 @@ export default function App() { primaryButton: { text: "Book Now", href: "#contact", - className: "animated-gradient-button", }, }, { @@ -200,7 +197,6 @@ export default function App() { primaryButton: { text: "Choose Plan", href: "#contact", - className: "animated-gradient-button", }, }, { @@ -215,7 +211,6 @@ export default function App() { primaryButton: { text: "Call Now", href: "#contact", - className: "animated-gradient-button", }, }, ]}