This commit is contained in:
2025-08-06 17:03:14 +02:00
parent 8f54a11b1e
commit b9b2148417
2 changed files with 33 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import { StackSectionPreview } from '@/components/StackSection'
import GlobeDemo from '@/components/GlobeDemo'
import { Dashboard } from '@/components/Dashboard'
import { AppsPreview } from '@/components/Apps'
import { FarmerPreview } from '@/components/Farmer'
export default function Home() {
@@ -21,7 +22,9 @@ export default function Home() {
<SpotlightPreview />
<StackSectionPreview />
<Dashboard />
<FarmerPreview />
<AppsPreview />
</>
)
}