feat: initialize project structure with core UI components including Navbar, Footer, and Hero sections

This commit is contained in:
Kevin Satria D
2026-05-20 13:13:51 +07:00
parent a8dfc3d294
commit 26c9b4b362
7 changed files with 271 additions and 224 deletions

View File

@@ -5,7 +5,7 @@ import Footer from './components/Footer';
function App() {
return (
<div className="min-h-screen bg-[#0a0c10] text-slate-300 font-sans selection:bg-purple-500/30 selection:text-white flex flex-col">
<div className="min-h-screen bg-brutal-bg text-black font-sans selection:bg-brutal-pink selection:text-black flex flex-col">
<Navbar />
<main className="flex-1 flex flex-col">