This commit is contained in:
2025-09-14 17:45:16 +02:00
parent 6343a22a8c
commit 28fa04afc0
3 changed files with 5 additions and 35 deletions

View File

@@ -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>