Skip to content

Commit 44ddd5d

Browse files
committed
add book a demo on mobile
1 parent b0daaf0 commit 44ddd5d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/landing/HeroExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function HeroExample() {
7373
</h1>
7474
<span className="text-lg text-gray-600 max-w-5xl">
7575
Make your scripts production grade automatically, and build all of your internal tools
76-
with standard Python/Typescript/Go/Bash/Sql. Compose your scripts as advanced workflows
76+
with standard Python, Typescript, Go, Bash, Sql. Compose your scripts as advanced workflows
7777
using our low-code builder and share an autogenerated UI or build one using low-code. Run
7878
it reliably at scale on your infra or ours, with permissioning and monitoring included.
7979
Fully open-source and easy to deploy on small and large infra. Any dependency and hardware

src/landing/LandingHeader.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,23 @@ export default function Example() {
188188
))}
189189
</div>
190190
<div className="mt-6">
191+
<a
192+
href="https://cal.com/ruben-windmill/windmill-demo"
193+
data-analytics='"schedule-demo"'
194+
onClick={() => window.plausible('schedule-demo')}
195+
className="flex w-full items-center justify-center rounded-md border border-transparent bg-blue-100 px-4 py-2 text-base font-medium text-blue-600 shadow-sm hover:bg-blue-200 mb-4"
196+
>
197+
Book a demo
198+
</a>
191199
<a
192200
href="https://app.windmill.dev"
193201
className="flex w-full items-center justify-center rounded-md border border-transparent bg-blue-600 px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-blue-700"
194202
>
195203
Windmill Cloud
196204
</a>
197205
</div>
206+
207+
198208
</div>
199209
</div>
200210
</Popover.Panel>

0 commit comments

Comments
 (0)