diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index b1e002b..afeda7f 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -227,7 +227,7 @@ export default function App() {
{/* Mobile Header Bar */}
setActive('landing')} style={{ cursor: 'pointer' }}>
-
+
{mobileOpen && onMobileClose && (
@@ -128,7 +129,7 @@ export function Sidebar({
- AlgoRace
+ AlgoRace v2.0
React · Spring Boot · 60 FPS
diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx
index 359a051..2eddd7b 100644
--- a/frontend/src/pages/LandingPage.tsx
+++ b/frontend/src/pages/LandingPage.tsx
@@ -1,5 +1,4 @@
import { useState, lazy, Suspense } from 'react';
-import { AlgoRaceLogo } from '../components/AlgoRaceLogo';
import {
BarChart3,
Binary,
@@ -61,7 +60,13 @@ export function LandingPage({ onNavigate, darkMode, setDarkMode }: Props) {
{/* Top Header / Sticky Nav */}