import Link from "next/link"; import { Section, Text } from "@react-email/components"; import { getServerUrl } from "@/shared/lib/server-url"; import { SiteConfig } from "@/shared/config/site-config"; import { BaseEmailLayout } from "./utils/BaseEmailLayout"; export default function SubscribtionFailedEmail() { return (
Hello, {"Your last payment didn't go through, so your extra features are on hold."} {"We've noticed an issue with your recent payment, which affects your access to our premium features."} { "To resolve this and continue enjoying all the benefits, simply update your payment details through the link below. It's quick and straightforward!" } straightforward! Click to Update Payment and Keep Using ${SiteConfig.title} {"Thank you for your prompt attention to this matter. We're here to help if you have any questions."}
Best,
- {SiteConfig.maker.name} from {SiteConfig.title}
); }