Update src/app/page.tsx
This commit is contained in:
@@ -101,7 +101,8 @@ export default function LandingPage() {
|
||||
imageAlt="plumber on phone talking"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone", required: true }
|
||||
{ name: "phone", type: "tel", placeholder: "Phone", required: true },
|
||||
{ name: "service_type", type: "text", placeholder: "Service Type (e.g. Repair, Install)", required: true }
|
||||
]}
|
||||
textarea={{ name: "need", placeholder: "What do you need help with?", rows: 4 }}
|
||||
/>
|
||||
@@ -121,4 +122,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user