ok
This commit is contained in:
@@ -10,6 +10,7 @@ import { Companies } from '@/components/Companies'
|
||||
import { CallTo } from '@/components/CallTo'
|
||||
import { ScrollDown } from '@/components/ui/ScrollDown'
|
||||
import { ScrollUp } from '@/components/ui/ScrollUp'
|
||||
import { GridStats } from '@/components/GridStats'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -20,6 +21,9 @@ export default function Home() {
|
||||
<section id="home-about">
|
||||
<HomeAbout />
|
||||
</section>
|
||||
<section id="grid-stats">
|
||||
<GridStats />
|
||||
</section>
|
||||
<section id="companies">
|
||||
<Companies />
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user