diff --git a/Assets/Landing-page-dark_mode.png b/Assets/Landing-page-dark_mode.png index b89a72a..bb6be69 100644 Binary files a/Assets/Landing-page-dark_mode.png and b/Assets/Landing-page-dark_mode.png differ diff --git a/Assets/Landing_page_light-mode.png b/Assets/Landing_page_light-mode.png index 10bb32b..d616ac3 100644 Binary files a/Assets/Landing_page_light-mode.png and b/Assets/Landing_page_light-mode.png differ diff --git a/Assets/Working.png b/Assets/Working.png index bc3fde1..77b1a5e 100644 Binary files a/Assets/Working.png and b/Assets/Working.png differ diff --git a/backend/app/main.py b/backend/app/main.py index 8a550cb..a354388 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -43,7 +43,7 @@ app = FastAPI( title=settings.app_name, - description="API for managing live doubt sessions with YouTube integration", + description="API for real-time YouTube teaching sessions with AI-powered Q&A", version=settings.app_version, debug=settings.debug, ) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e482a48..a9fbc29 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,11 +1,11 @@ { - "name": "ai-live-doubt-manager", + "name": "streammind", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "ai-live-doubt-manager", + "name": "streammind", "version": "0.0.0", "dependencies": { "react": "^19.2.0", diff --git a/frontend/package.json b/frontend/package.json index 34f8124..3b16c8f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "ai-live-doubt-manager", + "name": "streammind", "private": true, "version": "0.0.0", "type": "module", diff --git a/frontend/src/index.css b/frontend/src/index.css index cc292c3..f1ab429 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -208,12 +208,11 @@ body { } .header-wordmark { - font-family: var(--font-display); - font-size: 11px; + font-family: 'Syne', sans-serif; + font-size: 14px; font-weight: 700; - letter-spacing: 0.1em; + letter-spacing: 0.02em; color: var(--color-accent); - text-transform: uppercase; white-space: nowrap; flex-shrink: 0; } @@ -290,12 +289,11 @@ body { /* Logo alias for landing page */ .logo { - font-family: var(--font-display); + font-family: 'Syne', sans-serif; font-weight: 700; - font-size: 12px; + font-size: 14px; color: var(--color-accent); - letter-spacing: 0.08em; - text-transform: uppercase; + letter-spacing: 0.02em; } /* ============================================================ @@ -1207,8 +1205,8 @@ button:disabled { opacity: 0.4; pointer-events: none; } .landing-hero > * { position: relative; z-index: 1; } .landing-hero h1 { - font-family: 'Bebas Neue', sans-serif; font-size: 72px; font-weight: 400; - color: var(--color-accent); margin-bottom: 20px; letter-spacing: 0.03em; + font-family: 'Syne', sans-serif; font-size: 72px; font-weight: 800; + color: var(--color-accent); margin-bottom: 20px; letter-spacing: -0.02em; line-height: 1; } .landing-hero .tagline {