import { Metadata } from 'next';

export const metadata: Metadata = {
  title: 'Suno Live Radio',
  description: '24/7 live radio generated in real time by the Suno community!',
  openGraph: {
    type: 'website',
    title: 'Suno Live Radio',
    description:
      '24/7 live radio generated in real time by the Suno community!',
    url: 'https://suno.com/live-radio',
    images: ['https://cdn-o.suno.com/suno-living-radio-poster.webp'],
  },
  twitter: {
    card: 'summary_large_image',
    title: 'Suno Live Radio',
    description:
      '24/7 live radio generated in real time by the Suno community!',
    creator: '@SunoMusic',
    images: ['https://cdn-o.suno.com/suno-living-radio-poster.webp'],
  },
};
