diff --git a/services/frontend/app/page.tsx b/services/frontend/app/page.tsx index 1a727dc0..9d979a3e 100644 --- a/services/frontend/app/page.tsx +++ b/services/frontend/app/page.tsx @@ -1,18 +1,24 @@ import LandingNav from '@/components/LandingNav'; import LandingFooter from '@/components/LandingFooter'; import Hero from '@/components/landing/Hero'; -import { SamosaIllustration, KettleIllustration } from '@/components/landing/Illustrations'; +import Features from '@/components/landing/Features'; import Doodles from '@/components/svg/Doodles'; export default function LandingPage() { return ( -
- +
- - - -
+ + {/* Hero section: full viewport height with warm gradient */} +
+ + +
+ + {/* Features section */} + + + {/* Footer */}
); diff --git a/services/frontend/components/LandingFooter.tsx b/services/frontend/components/LandingFooter.tsx index 9912626c..e446ede3 100644 --- a/services/frontend/components/LandingFooter.tsx +++ b/services/frontend/components/LandingFooter.tsx @@ -3,16 +3,7 @@ export default function LandingFooter() {
© 2026 samosachaat.art · Crafted with care. For India, from India. - Built on{' '} - - nanochat - {' '} - by Andrej Karpathy + Built by Manmohan Terms and Policies
diff --git a/services/frontend/components/LandingNav.tsx b/services/frontend/components/LandingNav.tsx index 15819145..ae402c66 100644 --- a/services/frontend/components/LandingNav.tsx +++ b/services/frontend/components/LandingNav.tsx @@ -1,7 +1,6 @@ 'use client'; import Link from 'next/link'; -import ToranSvg from './svg/ToranSvg'; import { useAuth } from '@/hooks/useAuth'; export default function LandingNav() { @@ -27,10 +26,6 @@ export default function LandingNav() { -
- -
-
Chat ) : ( Sign in diff --git a/services/frontend/components/chat/ChatInput.tsx b/services/frontend/components/chat/ChatInput.tsx index 20db4628..ca3d0281 100644 --- a/services/frontend/components/chat/ChatInput.tsx +++ b/services/frontend/components/chat/ChatInput.tsx @@ -37,7 +37,7 @@ export default function ChatInput({ value, onChange, onSubmit, onStop, isStreami }; return ( -
+