new full landing page

This commit is contained in:
2026-01-27 21:04:24 +00:00
parent 13e678f8e8
commit 99d53d85f6
5 changed files with 326 additions and 333 deletions

View File

@@ -13,7 +13,6 @@ import Issues from "@/pages/Issues";
import Landing from "@/pages/Landing";
import Login from "@/pages/Login";
import NotFound from "@/pages/NotFound";
import Pricing from "@/pages/Pricing";
import Test from "@/pages/Test";
import Timeline from "@/pages/Timeline";
@@ -28,7 +27,6 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
{/* public routes */}
<Route path="/" element={<Landing />} />
<Route path="/font" element={<Font />} />
<Route path="/pricing" element={<Pricing />} />
<Route path="/login" element={<Login />} />
{/* authed routes */}