nanochat/services/frontend/components/landing/Illustrations.tsx
Manmohan Sharma 36debd8502
fix(frontend): redesign landing and chat pages for warm, premium look
Landing page: warm gradient background, illustrations flanking hero text
(180-220px), new tagline, features section with 3 cards, footer updated
to "Built by Manmohan", gold CTA and nav buttons, toran moved to hero.

Chat page: removed "Chat Completions" header, added samosa logo and
bigger suggestion cards to empty state, sidebar empty state message,
input area top border/shadow, more prominent new chat button.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 14:03:55 -07:00

11 lines
281 B
TypeScript

// Illustrations are now inline in Hero.tsx as flanking elements.
// This file is kept for backwards compatibility but no longer renders fixed-position illustrations.
export function SamosaIllustration() {
return null;
}
export function KettleIllustration() {
return null;
}