OK
This commit is contained in:
@@ -12,6 +12,7 @@ import { ScrollDown } from '@/components/ui/ScrollDown'
|
||||
import { ScrollUp } from '@/components/ui/ScrollUp'
|
||||
import { GridStats } from '@/components/GridStats'
|
||||
import { WorldMap } from '@/components/WorldMap'
|
||||
import { GetStarted } from '@/components/GetStarted'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -28,11 +29,14 @@ export default function Home() {
|
||||
<section>
|
||||
<StackSectionPreview />
|
||||
</section>
|
||||
<section id="grid-stats">
|
||||
<GridStats />
|
||||
</section>
|
||||
<section id="world-map">
|
||||
<WorldMap />
|
||||
</section>
|
||||
<section id="grid-stats">
|
||||
<GridStats />
|
||||
<section id="get-started">
|
||||
<GetStarted />
|
||||
</section>
|
||||
<section id="use-cases">
|
||||
<UseCases />
|
||||
|
Reference in New Issue
Block a user