Update src/app/page.tsx

This commit is contained in:
2026-05-08 23:27:30 +00:00
parent 042e257a71
commit 6619522cff

View File

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