We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9920624 commit b51af54Copy full SHA for b51af54
src/pages/index.astro
@@ -5,14 +5,17 @@ import '../styles/global.css';
5
import Home from '../components/sections/Home.astro';
6
import Features from '../components/sections/Features.astro';
7
import Footer from '../components/common/Footer.astro';
8
+import Updates from '../components/sections/Updates.astro';
9
+import Themes from '../components/sections/Themes.astro';
10
---
11
12
<Layout>
-
-<main class="bg-linear-135 from-[#FC4850] to-[#C5383F]">
13
- <Navbar />
14
- <Home />
15
- <Features />
16
- <Footer/>
+ <main class="bg-[#1a1a1a]">
+ <Navbar />
+ <Home />
+ <Themes />
17
+ <Features />
18
+ <Updates />
19
+ <Footer />
20
</main>
21
</Layout>
0 commit comments