Update src/app/page.tsx
This commit is contained in:
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
ctaTitle="Get Your Free Quote"
|
||||
ctaDescription="Contact M&B Complete Lawn Services today. Call us 24/7 or fill out our quick form."
|
||||
ctaButton={{
|
||||
text: "Submit Quote Request", onClick: handleQuoteSubmit
|
||||
text: "Submit Quote Request", onClick: () => handleQuoteSubmit({ preventDefault: () => {} } as React.FormEvent)
|
||||
}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user