Bob AI: fix build errors (attempt 1)
This commit is contained in:
@@ -278,25 +278,9 @@ export default function HomePage() {
|
||||
tag="Ready for a Greener Space?"
|
||||
title="Get a Free Quote"
|
||||
description="Let's bring your outdoor vision to life. Fill out the form below to request a free, no-obligation quote today!"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Submit Request"
|
||||
onSubmit={(data) => {
|
||||
console.log("Contact form submitted:", data);
|
||||
alert("Thank you for your inquiry! We will get back to you shortly.");
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user