This commit is contained in:
2025-08-04 16:57:37 +02:00
parent 0eee1629c6
commit 045486365d
8 changed files with 277 additions and 10 deletions

View File

@@ -10,10 +10,13 @@ import Benefits from '@/components/Benefits'
import Cta from '@/components/Cta'
import { GlobeDemo } from '@/components/GlobeDemo'
import { SpotlightPreview } from '@/components/Spotlight'
import { StackSectionPreview } from '@/components/StackSection'
export default function Home() {
return (
<>
<SpotlightPreview />
<StackSectionPreview />
</>
)
}