Init
This commit is contained in:
13
app/page.tsx
Normal file
13
app/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Navigation from "@/components/Navigation";
|
||||
import HeroSection from "@/components/HeroSection";
|
||||
import EventsSection from "@/components/EventsSection";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen bg-black relative">
|
||||
<Navigation />
|
||||
<HeroSection />
|
||||
<EventsSection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user