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