hero.html 1.1 KB

123456789101112131415161718192021222324
  1. <section class="sec-hero" style="margin-top: 64px;">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-md-6">
  5. <h2 class="hero-title">製作影片 一鍵合成</h2>
  6. <p class="hero-txt">輸入文字素材,即速產生影片<br>
  7. 大幅省下時間、人力、器材成本。<br>
  8. 腳本內容直接上鏈,紀錄透明<br>
  9. 創作屬於你的獨特內容。
  10. </p>
  11. <button class="hero-btn" onclick="window.location.href=`https://video.choozmo.com/register.html`">立即開始</button>
  12. </div>
  13. <div class="col-md-6 col-left" style="position: relative;">
  14. <img src="/img/背景紫.png" alt="" class="hero-purple">
  15. <!-- <img src="img/背景-橘.png" alt="" width="150px" class="hero-orange"> -->
  16. <img src="/img/背景橘.png" alt="" class="hero-orange-s">
  17. <img src="/img/textgrp3.png" alt="" class="hero-textgrp">
  18. <img src="/img/video.png" alt="" class="hero-video">
  19. <img src="/img/放大鏡.png" alt="" class="hero-amplify">
  20. <div class="hero-imgfr"><img src="/img/2222.png" alt=""></div>
  21. </div>
  22. </div>
  23. </div>
  24. </section>