Skip to content

Commit

Permalink
Merge pull request #101 from blackportal-ai/remove-get-started-section
Browse files Browse the repository at this point in the history
Remove Get Started section from home page
  • Loading branch information
SvMak authored Jan 26, 2025
2 parents a9e4638 + f8caa5b commit b37f176
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import Features from '@/components/sections/home/Features';
import GetStarted from '@/components/sections/home/GetStarted/GetStarted.astro';
import Hero from '@/components/sections/home/Hero';
import Roadmap from '@/components/sections/home/Roadmap';
import Sponsors from '@/components/sections/home/Sponsors';
Expand All @@ -16,6 +15,5 @@ import Layout from '@/layouts/Layout.astro';
<Features />
<Roadmap client:load />
<Sponsors />
<GetStarted />
</main>
</Layout>

0 comments on commit b37f176

Please sign in to comment.