Update page.tsx

This commit is contained in:
NotII
2025-03-28 22:18:50 +00:00
parent c9c9c4c486
commit 224ccfdd8e

View File

@@ -26,7 +26,6 @@ export default async function Home() {
return ( return (
<div className="flex flex-col min-h-screen bg-black text-white"> <div className="flex flex-col min-h-screen bg-black text-white">
{/* Header Navigation */}
<HomeNavbar /> <HomeNavbar />
{/* Hero Section */} {/* Hero Section */}