Update src/app/page.tsx
This commit is contained in:
@@ -59,6 +59,7 @@ export default function Home() {
|
|||||||
description={`Contact us for a free quote! Call us at ${phoneNumber}. We proudly serve ${serviceAreas.join(', ')}. Open daily, closes 5 PM.`}
|
description={`Contact us for a free quote! Call us at ${phoneNumber}. We proudly serve ${serviceAreas.join(', ')}. Open daily, closes 5 PM.`}
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email for a quick response"
|
inputPlaceholder="Enter your email for a quick response"
|
||||||
buttonText="Get a Free Quote"
|
buttonText="Get a Free Quote"
|
||||||
onSubmit={(email) => console.log("Contact form submitted:", email)}
|
onSubmit={(email) => console.log("Contact form submitted:", email)}
|
||||||
|
|||||||
Reference in New Issue
Block a user