|
@@ -15,18 +15,21 @@
|
|
|
<div id="home">
|
|
|
{{ partial "components/carousel.html" . }}
|
|
|
<div class="home-cn">
|
|
|
-<!-- {{ partial "components/main.html" . }} -->
|
|
|
- {{ partial "components/serve.html" . }}
|
|
|
- {{ partial "components/ai-video.html" . }}
|
|
|
+ <!-- {{ partial "components/main.html" . }} -->
|
|
|
+ <!-- {{ partial "components/serve.html" . }} -->
|
|
|
+ <!-- {{ partial "components/ai-video.html" . }} -->
|
|
|
+ <div class="reporter-img">
|
|
|
+ <img src="imgs/home/ai-reporter.webp" alt="AI記者|語音專訪">
|
|
|
+ </div>
|
|
|
{{ partial "components/progress.html" . }}
|
|
|
{{ partial "LP_components/blogs_tab.html" . }}
|
|
|
{{ partial "LP_components/action.html" . }}
|
|
|
{{ partial "footer.html" . }}
|
|
|
</div>
|
|
|
<div class="home-en">
|
|
|
-<!-- {{ partial "components/en/main.html" . }} -->
|
|
|
- {{ partial "components/en/serve.html" . }}
|
|
|
- {{ partial "components/en/ai-video.html" . }}
|
|
|
+ <!-- {{ partial "components/en/main.html" . }} -->
|
|
|
+ <!-- {{ partial "components/en/serve.html" . }} -->
|
|
|
+ <!-- {{ partial "components/en/ai-video.html" . }} -->
|
|
|
{{ partial "components/progress.html" . }}
|
|
|
{{ partial "components/en/action.html" . }}
|
|
|
{{ partial "components/en/footer.html" . }}
|