[#773,website][xs]: add gallery and community sections to the landing page
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user