Skip to content

Commit b26e22c

Browse files
committed
Add Getting Started Video
1 parent 8cdd992 commit b26e22c

1 file changed

Lines changed: 14 additions & 16 deletions

File tree

src/components/home/GetStarted.astro

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import Button from '../ui/Button.astro';
33
---
44

55
<!-- Get Started Section -->
6-
<section class="py-24 bg-white" id="getstarted">
6+
<section class="py-12 md:py-24 bg-white" id="getstarted">
77
<div class="container mx-auto px-4">
8-
<div class="flex flex-col md:flex-row items-center justify-between gap-12">
8+
<div class="flex flex-col md:flex-row items-center justify-between gap-8 md:gap-12">
99
<!-- Content column -->
1010
<div class="md:w-1/2 text-center md:text-left">
1111
<h2 class="text-3xl font-bold text-gray-900 mb-6">Transform Your Ideas Into Apps</h2>
@@ -30,20 +30,18 @@ import Button from '../ui/Button.astro';
3030
<div class="hidden md:block h-1 w-24 bg-primary-500 rounded-full mt-8"></div>
3131
</div>
3232

33-
<!-- Image column with hover effect -->
34-
<div class="md:w-1/2">
35-
<a
36-
href="https://community.kodular.io/t/kodular-fenix/132021"
37-
target="_blank"
38-
class="block overflow-hidden rounded-xl shadow-lg hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2"
39-
>
40-
<img
41-
src="/images/fenix_3d.png"
42-
class="w-full h-auto"
43-
alt="Kodular Fenix"
44-
loading="lazy"
45-
>
46-
</a>
33+
<!-- Video column -->
34+
<div class="w-full md:w-1/2">
35+
<div class="overflow-hidden rounded-xl shadow-lg">
36+
<iframe
37+
class="w-full aspect-video"
38+
src="https://www.youtube-nocookie.com/embed/U_IYequVzbU"
39+
title="YouTube video player"
40+
frameborder="0"
41+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
42+
allowfullscreen
43+
></iframe>
44+
</div>
4745
</div>
4846
</div>
4947
</div>

0 commit comments

Comments
 (0)