Skip to content

Commit

Permalink
feat : Add overview component
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Aug 18, 2024
1 parent 6e6dc0a commit 9884a7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/frontend/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ import HallOfFame from "../components/HallOfFame.astro";
import HeroSection from "../components/HeroSection.astro";
import LoginRegister from "../components/LoginRegister.astro";
import MemoriesSection from "../components/MemoriesSection.astro";
import Overview from "../components/Overview.astro";
import Layout from "../layouts/Layout.astro";
---

<Layout title="Vishwakarma Premier League (VPL)">
<div class="relative hero z-10">
<HeroSection />
<!-- <HallOfFame />
<Overview />
<!--
<HallOfFame />
<MemoriesSection />
<LoginRegister /> -->
</div>
Expand Down

0 comments on commit 9884a7c

Please sign in to comment.