Update src/app/page.tsx

This commit is contained in:
2026-06-02 16:02:35 +00:00
parent 5d998c6c1c
commit e1a3b4cd7d

View File

@@ -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)}