import { type NextPage } from "next"; import Head from "next/head"; import { block } from "million/react"; const Home: NextPage = () => { return ( <> Sprint Padawan
); }; export default Home; const HomePageBody: React.FC = block(() => { return ( <>

Sprint{" "} Padawan

A{" "} scrum poker{" "} {" "} tool that helps{" "} agile teams{" "} {" "} plan their sprints in{" "} real-time .

Features:

); });