File size: 5,234 Bytes
b0fe692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>VideoCraft Studio - Create Stunning Videos</title>
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-gray-100 min-h-screen">
    <custom-navbar></custom-navbar>
    
    <main class="container mx-auto px-4 py-12">
        <section class="text-center mb-16">
            <h1 class="text-5xl font-bold text-gray-800 mb-6">Create Professional Videos in Minutes</h1>
            <p class="text-xl text-gray-600 max-w-3xl mx-auto">Our intuitive video maker helps you craft stunning content without any technical skills.</p>
        </section>

        <section class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
            <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow">
                <div class="text-indigo-500 mb-4">
                    <i data-feather="film" class="w-12 h-12"></i>
                </div>
                <h3 class="text-xl font-semibold mb-2">Easy Editing</h3>
                <p class="text-gray-600">Drag and drop interface makes editing videos as simple as pie.</p>
            </div>
            
            <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow">
                <div class="text-indigo-500 mb-4">
                    <i data-feather="music" class="w-12 h-12"></i>
                </div>
                <h3 class="text-xl font-semibold mb-2">Royalty-Free Music</h3>
                <p class="text-gray-600">Access thousands of tracks to enhance your videos.</p>
            </div>
            
            <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow">
                <div class="text-indigo-500 mb-4">
                    <i data-feather="share-2" class="w-12 h-12"></i>
                </div>
                <h3 class="text-xl font-semibold mb-2">One-Click Sharing</h3>
                <p class="text-gray-600">Publish directly to social media or download for offline use.</p>
            </div>
        </section>

        <section class="bg-white rounded-xl shadow-lg p-8 mb-16">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
                    <h2 class="text-3xl font-bold text-gray-800 mb-4">Start Creating Today</h2>
                    <p class="text-gray-600 mb-6">Join thousands of creators who are making amazing videos with our platform. No credit card required.</p>
                    <button class="bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-3 px-6 rounded-lg transition-colors">
                        Get Started - It's Free
                    </button>
                </div>
                <div class="md:w-1/2">
                    <div class="relative aspect-video bg-gray-200 rounded-lg overflow-hidden">
                        <div class="absolute inset-0 flex items-center justify-center">
                            <i data-feather="play" class="w-16 h-16 text-indigo-500"></i>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <section class="mb-16">
            <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">How It Works</h2>
            <div class="flex flex-col md:flex-row justify-between items-center mb-8">
                <div class="flex items-center mb-4 md:mb-0">
                    <div class="bg-indigo-100 text-indigo-600 rounded-full w-12 h-12 flex items-center justify-center font-bold text-xl mr-4">1</div>
                    <h3 class="text-xl font-semibold">Upload Your Media</h3>
                </div>
                <div class="hidden md:block">
                    <i data-feather="arrow-right" class="w-8 h-8 text-gray-400"></i>
                </div>
                <div class="flex items-center mb-4 md:mb-0">
                    <div class="bg-indigo-100 text-indigo-600 rounded-full w-12 h-12 flex items-center justify-center font-bold text-xl mr-4">2</div>
                    <h3 class="text-xl font-semibold">Edit & Customize</h3>
                </div>
                <div class="hidden md:block">
                    <i data-feather="arrow-right" class="w-8 h-8 text-gray-400"></i>
                </div>
                <div class="flex items-center">
                    <div class="bg-indigo-100 text-indigo-600 rounded-full w-12 h-12 flex items-center justify-center font-bold text-xl mr-4">3</div>
                    <h3 class="text-xl font-semibold">Export & Share</h3>
                </div>
            </div>
        </section>
    </main>

    <custom-footer></custom-footer>

    <script src="components/navbar.js"></script>
    <script src="components/footer.js"></script>
    <script src="script.js"></script>
    <script>feather.replace();</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>