feat: add expert search, legal search and UI improvements

This commit is contained in:
Aktraiser 2024-12-30 13:34:26 +01:00
parent 2c5ca94b3c
commit 271199c527
53 changed files with 4595 additions and 708 deletions

View file

@ -38,8 +38,11 @@ const EmptyChat = ({
</div>
<div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
<h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
Research begins here.
Ici c&apos;est vous le patron.
</h2>
<h3 className="text-black/70 dark:text-white/70 font-medium -mt-8">
Posez des questions, recherchez un expert pour répondre à vos besoins entrepreneuriaux
</h3>
<EmptyChatMessageInput
sendMessage={sendMessage}
focusMode={focusMode}