contact row

This commit is contained in:
2025-10-05 18:36:29 +00:00
parent 740cb3e1e6
commit 23f8bc2491
4 changed files with 426 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<script lang="ts">
import ChatbotPreview from "../lib/components/staticPageRows/ChatbotPreview.svelte"
import ContactFormRow from "../lib/components/staticPageRows/ContactFormRow.svelte"
import CoreSellingPoints from "../lib/components/staticPageRows/CoreSellingPoints.svelte"
import VoicebotPreview from "../lib/components/staticPageRows/VoicebotPreview.svelte"
</script>
@@ -8,3 +9,4 @@
<VoicebotPreview />
<ChatbotPreview />
<ContactFormRow />