From 13d4e473864b54b9914603cd25a514503b46383f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 1 Jun 2026 13:28:28 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 091c4e1..cfa6567 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -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."); - }} /> ); -} +} \ No newline at end of file