diff --git a/apps/waitlist-website/app/app.css b/apps/waitlist-website/app/app.css index 684755f..f1293d3 100644 --- a/apps/waitlist-website/app/app.css +++ b/apps/waitlist-website/app/app.css @@ -43,7 +43,7 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - @apply bg-stone-50 dark:bg-stone-900 text-stone-900 dark:text-stone-300 selection:bg-teal-600 dark:selection:bg-teal-500 selection:text-stone-50 dark:selection:text-stone-900; + @apply bg-stone-50 dark:bg-stone-900 text-stone-900 dark:text-stone-200 selection:bg-teal-600 dark:selection:bg-teal-500 selection:text-stone-50 dark:selection:text-stone-900; @media (prefers-color-scheme: dark) { color-scheme: dark; diff --git a/apps/waitlist-website/app/chat/message.ts b/apps/waitlist-website/app/chat/message.ts index 3eed157..b92e7d8 100644 --- a/apps/waitlist-website/app/chat/message.ts +++ b/apps/waitlist-website/app/chat/message.ts @@ -20,9 +20,12 @@ export const INITLAL_MESSAGES: Message[] = [ role: "system", message: `Hey! I'm **Aelis** — your personal assistant that brings you the right thing, at the right time, in the right place. -Jubilee line down? I've already found you an alternative route. Flying tomorrow? Your boarding pass and gate info are ready before you even check. I learn your routines, anticipate what's next, and surface what matters before you even think to look for it. +- Jubilee line down? I've already found you an alternative route. +- Dinner reservation at 8? I'll have the restaurant, directions, and the menu ready before you head out. -I'm not ready yet — [@kennethnym](https://x.com/kennethnym) is still building me. Drop your email below and I'll let you know when I'm available.`, +I learn your routines, anticipate what's next, and surface what matters before you even think to look for it. + +I'm not ready yet — [@kennethnym](https://x.com/kennethnym) is still building me. **Drop your email below** and I'll let you know when I'm available.`, }, ]