Spaces:
Runtime error
Runtime error
| import { Hero } from '@/components/sections/hero' | |
| import { Features } from '@/components/sections/features' | |
| export default function Home() { | |
| return ( | |
| <main className="min-h-screen"> | |
| <Hero /> | |
| <Features /> | |
| </main> | |
| ) | |
| } | |