Revert "ok"

This reverts commit 6b9b27fab9.
This commit is contained in:
2025-09-14 17:20:42 +02:00
parent 6b9b27fab9
commit 7efede267d
4 changed files with 1 additions and 201 deletions

View File

@@ -10,7 +10,6 @@ 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 (
@@ -21,9 +20,6 @@ export default function Home() {
<section id="home-about">
<HomeAbout />
</section>
<section id="grid-stats">
<GridStats />
</section>
<section id="companies">
<Companies />
</section>