[#773,website][xs]: add gallery and community sections to the landing page

This commit is contained in:
deme
2023-04-19 20:17:11 -03:00
parent 2dbfbbd552
commit 342eabbb3d
16 changed files with 199 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
import Community from '@/components/Community';
import Features from '@/components/Features';
import Gallery from '@/components/Gallery';
import { Hero } from '@/components/Hero';
import { UnstyledLayout } from '@flowershow/core';
import Layout from '../components/Layout';
@@ -10,6 +12,8 @@ export default function Home() {
<UnstyledLayout>
<Hero />
<Features />
<Gallery />
<Community />
</UnstyledLayout>
</Layout>
</>