WIP jordan
This commit is contained in:
18
app/pages/ai-tools/case-assistant.vue
Normal file
18
app/pages/ai-tools/case-assistant.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script setup lang="ts">
|
||||
usePageTitle('Case Assistant')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="mx-auto max-w-2xl py-16 text-center">
|
||||
<div class="inline-flex flex-col items-center gap-4">
|
||||
<span
|
||||
class="inline-flex items-center rounded-full px-3 py-1 text-[11px] font-semibold uppercase tracking-wider"
|
||||
style="background: rgba(1, 105, 111, 0.06); color: #01696f;"
|
||||
>Coming soon</span>
|
||||
<h1 class="text-2xl font-semibold tracking-tight text-[var(--text-primary)]">Case Assistant</h1>
|
||||
<p class="text-[14px] leading-relaxed text-[var(--text-muted)]">
|
||||
Get AI-powered guidance on open cases, including next steps, risk flags, and suggested actions.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user