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", }, }, ]}