This commit is contained in:
2025-10-03 07:26:22 +00:00
parent 7455c2fd1b
commit c2be654e2f
45 changed files with 650 additions and 3517 deletions

View File

@@ -7,7 +7,7 @@
{
title: "24/7 Verfügbar",
icon: mdiHours24,
color: "#FFFFFF",
color: "var(--text-reverse-100)",
},
{
title: "Individuell",
@@ -17,7 +17,7 @@
{
title: "DSGVO konform",
icon: mdiBookAccountOutline,
color: "#FFFFFF",
color: "var(--text-reverse-100)",
},
{
title: "Intelligent",
@@ -27,11 +27,15 @@
]
</script>
<CrinkledSection brightBackground={false}>
<CrinkledSection
brightBackground={true}
border={true}
activated={true}
>
{#snippet contentSnippet()}
<ProductCategoryFrame
properties={voiceProperties}
title="Voicebots"
title="Voicebot Demo"
upperDescription="Unsere Voicebots sind rund um die Uhr für Ihre Kunden da und bieten maßgeschneiderte Lösungen, die perfekt auf Ihre Bedürfnisse abgestimmt sind."
lowerDescription="Durch den Einsatz modernster KI-Technologien gewährleisten wir eine intelligente und effiziente Kommunikation, die den höchsten Datenschutzstandards entspricht."
>
@@ -57,7 +61,7 @@
display: flex;
justify-content: center;
img {
width: 60%;
width: 60% !important;
height: 100%;
object-fit: contain;
}