base
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user