@@ -1,7 +1,3 @@
|
|||||||
<script setup lang="ts">
|
|
||||||
const colorMode = useColorMode();
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<UContainer class="flex flex-col gap-5">
|
<UContainer class="flex flex-col gap-5">
|
||||||
<div class="text-sm text-gray-500">Been working with</div>
|
<div class="text-sm text-gray-500">Been working with</div>
|
||||||
@@ -19,11 +15,7 @@ const colorMode = useColorMode();
|
|||||||
</template>
|
</template>
|
||||||
</Company>
|
</Company>
|
||||||
|
|
||||||
<Company
|
<Company logo="thechatshop-logo.jpg" href="https://thechatshop.com">
|
||||||
logo="thechatshop-logo.jpg"
|
|
||||||
href="https://thechatshop.com"
|
|
||||||
v-if="colorMode.value !== 'dark'"
|
|
||||||
>
|
|
||||||
<template v-slot:title>The Chat Shop</template>
|
<template v-slot:title>The Chat Shop</template>
|
||||||
<template v-slot:description>
|
<template v-slot:description>
|
||||||
AI chatbots and human-led conversation for customer engagement
|
AI chatbots and human-led conversation for customer engagement
|
||||||
|
|||||||
Reference in New Issue
Block a user