import type { Metadata } from "next"; import Link from "next/link"; import { LegalPageLayout } from "@/components/LegalPageLayout"; import { LEGAL_OPERATOR } from "@/lib/legal/constants"; export const metadata: Metadata = { title: "Refund Policy | Songs2VID", description: "Refund and cancellation policy for Songs2VID paid plans.", }; export default function RefundPage() { return (

1. Overview

This Refund Policy explains how refunds and cancellations work for paid Songs2VID plans and credit purchases. The free monthly Bedroom Producer allocation does not involve payment and is not subject to refunds; optional Free-plan extra credit purchases are covered in section 2.

2. Free plan and extra credits

The Bedroom Producer (Free) monthly allocation is provided at no charge. Free users may optionally purchase extra video credits (currently €0.25 each, 1–15 per checkout, Free extras balance capped at 15). Once extra credits are granted to your account, those one-time purchases are generally non-refundable, except where mandatory consumer law requires otherwise. Credits trimmed under the account accumulation cap (see our{" "} Terms of Service) are not refundable.

3. Pro subscriptions

3.1 Billing cycle

Pro plans are billed on a recurring monthly basis unless otherwise stated at checkout. Your subscription renews automatically until cancelled.

3.2 14-day refund window

If you are a new Pro subscriber, you may request a full refund within 14 days of your initial purchase, provided you have not substantially consumed paid entitlements (for example, a large portion of your monthly video quota or premium-only features).

3.3 After the refund window

After 14 days, subscription fees are generally non-refundable for the current billing period. You may cancel at any time to prevent future renewals. Access typically continues until the end of the paid period.

3.4 Cancellation

You can cancel your subscription through your account billing settings (choose{" "} cancel immediately or at the end of the billing period) or via the Stripe customer portal / by contacting{" "} {LEGAL_OPERATOR.email}. Cancelling at period end keeps Pro access until the paid period finishes and stops future renewals. Cancelling immediately ends Pro access and moves you to the Free plan right away (including loss of Pro API access). Cancellation does not automatically delete your account; use{" "} Dashboard → Settings or contact us if you want permanent account deletion.

4. Enterprise and custom agreements

Enterprise, managed cloud, and paid self-hosted setup fees are governed by the individual quote or contract signed with us. Refund terms for those services are specified in your agreement. Contact{" "} {LEGAL_OPERATOR.salesEmail} for contract-related billing questions.

5. Non-refundable situations

Refunds are generally not provided when:

6. Chargebacks

If you believe a charge is incorrect, please contact us before initiating a chargeback so we can resolve the issue promptly. Unjustified chargebacks may result in account suspension.

7. How to request a refund

Email us at {LEGAL_OPERATOR.email} with:

We aim to respond within 5 business days. Approved refunds are issued to the original payment method where possible.

8. Consumer rights

Nothing in this policy limits mandatory statutory rights you may have as a consumer under applicable law, including withdrawal rights where required by EU or local consumer protection regulations.

9. Changes

We may update this Refund Policy from time to time. The version published on this page applies to purchases made after the effective date shown at the top.

); }