style: show about and features

This commit is contained in:
MAZE 2024-02-09 15:20:14 +03:30
parent 400ea0aeaf
commit 37505a6b3f
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
.source {
margin-top: 80px;
/* margin-top: 80px; */
/* margin-top: 40px; */
margin-top: 40px;
& .wrapper {
position: relative;

View File

@ -5,8 +5,8 @@ import { Hero } from '@/components/hero';
import { App } from '@/components/app';
import { Source } from '@/components/source';
import { Donate } from '@/components/donate';
// import { About } from '@/components/about';
// import { Features } from '@/components/features';
import { About } from '@/components/about';
import { Features } from '@/components/features';
import { Footer } from '@/components/footer';
---
@ -14,8 +14,8 @@ import { Footer } from '@/components/footer';
<Donate />
<Hero />
<App client:load />
<!-- <About client:load />
<Features client:load /> -->
<About client:load />
<Features client:load />
<Source />
<Footer />
</Layout>