| import { Section } from "@react-email/components"; | |
| import { Button } from "./theme"; | |
| export function GetStarted() { | |
| return ( | |
| <Section className="text-center mt-[50px] mb-[50px]"> | |
| <Button href="https://go.midday.ai/VmJhYxE">Get started</Button> | |
| </Section> | |
| ); | |
| } | |