|
@@ -15,7 +15,7 @@
|
|
|
<div id="home">
|
|
|
{{ partial "components/carousel.html" . }}
|
|
|
<div class="home-cn">
|
|
|
- {{ partial "components/main.html" . }}
|
|
|
+<!-- {{ partial "components/main.html" . }} -->
|
|
|
{{ partial "components/serve.html" . }}
|
|
|
{{ partial "components/ai-video.html" . }}
|
|
|
{{ partial "components/progress.html" . }}
|
|
@@ -24,7 +24,7 @@
|
|
|
{{ partial "footer.html" . }}
|
|
|
</div>
|
|
|
<div class="home-en">
|
|
|
- {{ partial "components/en/main.html" . }}
|
|
|
+<!-- {{ partial "components/en/main.html" . }} -->
|
|
|
{{ partial "components/en/serve.html" . }}
|
|
|
{{ partial "components/en/ai-video.html" . }}
|
|
|
{{ partial "components/progress.html" . }}
|