Update src/app/page.tsx
This commit is contained in:
@@ -119,7 +119,11 @@ export default function DesertArchitecturePage() {
|
||||
<ContactSplitForm
|
||||
title="Commission DA"
|
||||
description="We don't wait for the future — we design it."
|
||||
inputs={[{ name: "company", type: "text", placeholder: "Production Entity" }, { name: "email", type: "email", placeholder: "Direct Contact Email" }]}
|
||||
inputs={[
|
||||
{ name: "company", type: "text", placeholder: "Production Entity" },
|
||||
{ name: "email", type: "email", placeholder: "Direct Contact Email" },
|
||||
{ name: "budget", type: "text", placeholder: "Estimated Production Budget" }
|
||||
]}
|
||||
textarea={{ name: "brief", placeholder: "Your production brief..." }}
|
||||
buttonText="COMMISSION DA"
|
||||
/>
|
||||
@@ -135,4 +139,4 @@ export default function DesertArchitecturePage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user