import { Section, Text } from "@react-email/components"; import { SiteConfig } from "@/shared/config/site-config"; import { BaseEmailLayout } from "./utils/BaseEmailLayout"; export default function SuccessUpgradeEmail() { return (
Hello, Great news! Your payment was successful, and you now have full access to all our premium link in bio features. Get ready to create your perfect link page! If you have any questions about customizing your link page or need assistance with any features, feel free to reach out to us. We're here to help you make the most of your link in bio experience. Happy linking,
Best,
- {SiteConfig.maker.name} from {SiteConfig.title}
); }