Bob AI: fix build errors (attempt 1)

This commit is contained in:
kudinDmitriyUp
2026-04-18 12:51:19 +00:00
parent 383a12433d
commit fc4f25f155

View File

@@ -38,7 +38,6 @@ export default function App() {
ctaButton={{
text: "Emergency Help",
href: "#contact",
className: "animated-gradient-button",
}}
/>
</div>
@@ -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",
},
},
]}