import { Rocket, Zap } from "lucide-react"; import { cn } from "../lib/utils"; interface FrontDoorProps { onChoose: (path: "create" | "grow") => void; } export function FrontDoor({ onChoose }: FrontDoorProps) { return (
How would you like to get started?