11 lines
364 B
Svelte
11 lines
364 B
Svelte
<script lang="ts">
|
|
import ChatbotPreview from "../lib/components/staticPageRows/ChatbotPreview.svelte"
|
|
import CoreSellingPoints from "../lib/components/staticPageRows/CoreSellingPoints.svelte"
|
|
import VoicebotPreview from "../lib/components/staticPageRows/VoicebotPreview.svelte"
|
|
</script>
|
|
|
|
<CoreSellingPoints />
|
|
|
|
<VoicebotPreview />
|
|
<ChatbotPreview />
|