UI updates

This commit is contained in:
Harivansh Rathi 2024-12-14 10:27:59 -05:00
parent 1cdbffff09
commit 4acfe147be
2 changed files with 13 additions and 6 deletions

View file

@ -284,12 +284,19 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
<div className={classNames(styles.Chat, 'flex flex-col flex-grow lg:min-w-[var(--chat-min-width)] h-full')}>
{!chatStarted && (
<div id="intro" className="mt-[26vh] max-w-chat mx-auto text-center px-4 lg:px-0">
<h1 className="text-3xl lg:text-6xl font-bold text-bolt-elements-textPrimary mb-4 animate-fade-in">
Where ideas begin
</h1>
<p className="text-md lg:text-xl mb-8 text-bolt-elements-textSecondary animate-fade-in animation-delay-200">
Bring ideas to life in seconds or get help on existing projects.
</p>
<div className="flex flex-col items-center justify-center">
<div className="w-16 h-16 mb-4">
<img src="/favicon.svg" alt="Asap.it Logo" className="w-full h-full" />
</div>
<h1 className="text-3xl lg:text-6xl font-bold text-bolt-elements-textPrimary mb-4 animate-fade-in">
Lets asap it
</h1>
<p className="text-md lg:text-xl mb-8 text-bolt-elements-textSecondary animate-fade-in animation-delay-200">
Bring ideas to life in seconds or get help on existing projects.
</p>
</div>
</div>
)}
<div

BIN
public/sync.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB