Skip to content

Commit a475903

Browse files
authored
Add video demo and FAQ sections to index.html
Added a video demo section with a placeholder video and FAQ section with common questions about the system.
1 parent 27c48c7 commit a475903

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

index.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,76 @@ <h4 class="font-bold text-lg">Auto Multi-platform</h4>
259259
</div>
260260
</section>
261261

262+
<!-- Video Demo -->
263+
<section id="demo" class="max-w-6xl mx-auto px-6 py-24 relative z-10 border-t border-white/5">
264+
<div class="mb-16 text-center max-w-2xl mx-auto">
265+
<h2 class="text-3xl font-bold mb-4">Demo Hasil Render</h2>
266+
<p class="text-gray-400">Tonton sekilas kualitas output produksi mandiri menggunakan sistem rotasi aset VIGEN. Rendering 100% menggunakan script secara massal.</p>
267+
</div>
268+
269+
<div class="relative max-w-4xl mx-auto">
270+
<div class="absolute -inset-1 bg-gradient-to-r from-purple-600 to-blue-600 rounded-3xl blur-md opacity-30"></div>
271+
<div class="relative glass-panel rounded-3xl overflow-hidden aspect-[9/16] md:aspect-video bg-black flex items-center justify-center p-2 shadow-2xl">
272+
<!-- Placeholder for video -->
273+
<video controls class="w-full h-full rounded-2xl object-cover z-20" poster="https://files.catbox.moe/k9mbsy.jpg">
274+
<source src="demo/sample.mp4" type="video/mp4">
275+
Your browser does not support the video tag.
276+
</video>
277+
<!-- Overlay if no video available (fallback style behind) -->
278+
<div class="absolute text-center z-10 p-8">
279+
<svg class="w-16 h-16 mx-auto mb-4 text-gray-700 animate-pulse" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path></svg>
280+
<p class="text-gray-600 font-medium">Upload sample video ke <code>demo/sample.mp4</code></p>
281+
</div>
282+
</div>
283+
</div>
284+
</section>
285+
286+
<!-- FAQ -->
287+
<section id="faq" class="max-w-[800px] mx-auto px-6 py-24 relative z-10 border-t border-white/5">
288+
<div class="mb-16 text-center">
289+
<h2 class="text-3xl font-bold mb-4">Yang Sering Ditanyakan (FAQ)</h2>
290+
<p class="text-gray-400">Informasi ringkas agar kamu memahami cara arsitektur VIGEN bertugas.</p>
291+
</div>
292+
293+
<div class="space-y-4">
294+
<details class="glass-panel group [&_summary::-webkit-details-marker]:hidden bg-[#0a0a0a]/50">
295+
<summary class="flex cursor-pointer items-center justify-between gap-1.5 p-6 font-medium text-white transition-colors group-hover:text-purple-400">
296+
<h3 class="text-lg font-semibold">Apakah sistem ini wajib langganan bulanan?</h3>
297+
<span class="shrink-0 transition duration-300 group-open:-rotate-180">
298+
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>
299+
</span>
300+
</summary>
301+
<div class="px-6 pb-6 text-gray-400 leading-relaxed border-t border-white/5 pt-4 mt-2">
302+
Sama sekali <strong>tidak</strong>. VIGEN adalah engine lokal yang berjalan di ekosistem kamu sendiri. Tidak ada cloud server dari pihak kami, sehingga kamu bebas melakukan render video sepuasnya secara gratis (hanya mengkonsumsi baterai HP/Server kamu).
303+
</div>
304+
</details>
305+
306+
<details class="glass-panel group [&_summary::-webkit-details-marker]:hidden bg-[#0a0a0a]/50">
307+
<summary class="flex cursor-pointer items-center justify-between gap-1.5 p-6 font-medium text-white transition-colors group-hover:text-blue-400">
308+
<h3 class="text-lg font-semibold">HP saya kentang, apa sanggup menjalankan Script Render ini?</h3>
309+
<span class="shrink-0 transition duration-300 group-open:-rotate-180">
310+
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>
311+
</span>
312+
</summary>
313+
<div class="px-6 pb-6 text-gray-400 leading-relaxed border-t border-white/5 pt-4 mt-2">
314+
Engine berbasis Python di terminal (Termux) jauh lebih ringan dibandingkan kamu membuka aplikasi editor video berat. Proses penyatuan frame dan tipografi sangat teroptimasi menggunakan library kompilasi rendah. 4GB RAM Android terbaru sangat mumpuni merekayasa puluhan klip per malam.
315+
</div>
316+
</details>
317+
318+
<details class="glass-panel group [&_summary::-webkit-details-marker]:hidden bg-[#0a0a0a]/50">
319+
<summary class="flex cursor-pointer items-center justify-between gap-1.5 p-6 font-medium text-white transition-colors group-hover:text-purple-400">
320+
<h3 class="text-lg font-semibold">Tersedia untuk layout dan jenis platform apa saja?</h3>
321+
<span class="shrink-0 transition duration-300 group-open:-rotate-180">
322+
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>
323+
</span>
324+
</summary>
325+
<div class="px-6 pb-6 text-gray-400 leading-relaxed border-t border-white/5 pt-4 mt-2">
326+
Hasil video didesain untuk video vertikal 9:16 cocok untuk (TikTok, YouTube Shorts, dan IG Reels). Ada 26 koleksi template dinamis seperti <strong>Berita, Dialog, Reminder, Peringatan, QnA, Fakta Random, Hadits</strong> dsb.
327+
</div>
328+
</details>
329+
</div>
330+
</section>
331+
262332
<!-- CTA -->
263333
<section class="border-t border-white/5 py-24 relative overflow-hidden">
264334
<div class="glow-circle" style="top: 50%; width: 800px; height: 800px; opacity: 0.5;"></div>

0 commit comments

Comments
 (0)