This commit is contained in:
2025-09-05 15:28:52 +02:00
parent c8a3b455fe
commit 1df765c4aa
10 changed files with 108 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ import GlobeDemo from '@/components/GlobeDemo'
import { Dashboard } from '@/components/Dashboard'
import { AppsPreview } from '@/components/Apps'
import { FarmerPreview } from '@/components/Farmer'
import { TfDashboard } from '@/components/TfDashboard'
export default function Home() {
@@ -23,6 +24,7 @@ export default function Home() {
<StackSectionPreview />
<Dashboard />
<FarmerPreview />
<TfDashboard />
<AppsPreview />
</>