zwischenstnad

This commit is contained in:
2025-10-06 17:01:41 +00:00
parent dc1de8cd39
commit 747e6dae3e
5 changed files with 298 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
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 FAQSection from "../lib/components/staticPageRows/FAQSection.svelte"
import VoicebotPreview from "../lib/components/staticPageRows/VoicebotPreview.svelte"
import OfferPackages from "../lib/components/staticPageRows/OfferPackages.svelte"
</script>
@@ -10,5 +11,6 @@
<VoicebotPreview />
<ChatbotPreview />
<FAQSection />
<OfferPackages />
<ContactFormRow />