Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "Subscriptions and renewals",
paragraphs: [
"Paid plans are billed in advance and renew automatically each billing period (monthly or yearly) until you cancel. By subscribing you authorize PodcastYes and our payment processors (Stripe and PayPal) to charge your payment method for each renewal at the then-current price.",
"Paid plans are billed in advance and renew automatically each billing period (monthly or yearly) until you cancel. By subscribing you authorize Podcast Distribution AI and our payment processors (Stripe and PayPal) to charge your payment method for each renewal at the then-current price.",
],
},
{
@@ -50,7 +50,7 @@ const SECTIONS: LegalSection[] = [
},
{
heading: "Contact",
paragraphs: ["Billing questions? Email billing@podcastyes.app."],
paragraphs: ["Billing questions? Email billing@podcastdistributionai.com."],
},
];
@@ -59,7 +59,7 @@ export default function RefundsPage() {
<LegalDoc
title="Refund & Cancellation Policy"
updated={UPDATED}
intro="This policy explains how billing, renewals, cancellations, and refunds work for PodcastYes subscriptions. It forms part of our Terms of Service."
intro="This policy explains how billing, renewals, cancellations, and refunds work for Podcast Distribution AI subscriptions. It forms part of our Terms of Service."
sections={SECTIONS}
/>
);