Skip to content

Commit 127fc7f

Browse files
authored
Merge pull request #1830 from appwrite/fix-enterprise-form
Fix: enterprise form
2 parents c424890 + 6f1f9aa commit 127fc7f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/routes/contact-us/enterprise/+page.svelte

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
let useCase = '';
2020
2121
let submitted = false;
22-
let submitting = true;
22+
let submitting = false;
2323
let error: string | undefined;
2424
2525
async function handleSubmit() {
@@ -116,14 +116,15 @@
116116
Appwrite for Enterprise
117117
</h1>
118118
<p class="text-description">
119-
Enterprise businesses partner with Appwrite to give
120-
their developers the power to innovate and build their
121-
applications all on one UI. Say goodbye to repetitive
122-
backend work and hello to faster product launches.
119+
Enterprise businesses partner with Appwrite to empower
120+
their developers with an all-in-one backend platform, so
121+
they can focus on innovation, not reinventing the wheel.
122+
Reduce complexity, accelerate development, and launch
123+
faster.
123124
<br />
124125
<br />
125-
Ready to talk? Fill out the form and one of our experts will
126-
be in touch!
126+
Ready to talk? Fill out the form, and one of our experts
127+
will be in touch.
127128
</p>
128129
</section>
129130
{/if}

0 commit comments

Comments
 (0)