import { Body, Container, Head, Heading, Hr, Html, Img, Preview, Section, Text, } from "@react-email/components"; import * as React from "react"; interface WelcomeTemplateProps { name: string; } const baseUrl = process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : "http://localhost:3000"; export const Welcome = ({ name }: WelcomeTemplateProps) => ( 🎉 Welcome to Sprint Padawan! 🎉
{`Sprint
🎉 Welcome to Sprint Padawan, {name}! 🎉 Hello {name}, Thank you for signing up for Sprint Padawan! If at any point you encounter issues, please let me know at support@sprintpadawan.dev.
— Atridad Lahiji
);