Skip to content

Commit 1895805

Browse files
Copilotgarrytrinder
andcommitted
Add Getting Started video section to homepage
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent 2151cac commit 1895805

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/pages/index.astro

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,29 @@ import Layout from '../layouts/Layout.astro';
245245
</div>
246246
</section>
247247

248+
<!-- Getting started video -->
249+
<section class="py-32 px-6 sm:px-8">
250+
<div class="max-w-4xl mx-auto text-center">
251+
<p class="section-reveal text-sm font-semibold tracking-widest uppercase text-purple-400 mb-4">See It In Action</p>
252+
<h2 class="section-reveal text-3xl md:text-5xl font-bold mb-8">Get started with Dev Proxy.</h2>
253+
<p class="section-reveal text-lg md:text-xl mb-12" style="color: var(--text-muted);">
254+
Watch how to set up Dev Proxy and start testing your app in minutes.
255+
</p>
256+
<div class="section-reveal rounded-2xl border overflow-hidden" style="border-color: var(--border-primary);">
257+
<div style="position: relative; padding-bottom: 56.25%; height: 0;">
258+
<iframe
259+
src="https://www.youtube-nocookie.com/embed/HVTJlGSxhcw"
260+
title="Get started with Dev Proxy"
261+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
262+
frameborder="0"
263+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
264+
allowfullscreen
265+
></iframe>
266+
</div>
267+
</div>
268+
</div>
269+
</section>
270+
248271
<!-- Quick start scenarios -->
249272
<section class="py-32 px-6 sm:px-8" style="background: var(--bg-secondary);">
250273
<div class="max-w-5xl mx-auto">

0 commit comments

Comments
 (0)