export const siteConfig = {
  title: `Suno Share - Code & Conversation Sharing`,
  shortTitle: `Suno Share`,
  siteUrl: `https://share.suno.com`,
  twitterUsername: `@suno`,
  image: 'https://cdn-o.suno.com/Logo-7.svg',
  description: `Share code, conversations, and technical content from the Suno team.`,
  navigation: [{ name: 'Prompts', path: '/prompts' }],
  footerLinks: [],
  social: {
    github: 'https://github.com/suno-ai',
    twitter: 'https://twitter.com/suno',
  },
  postsPerPage: 15,
  mainHeadTitle: 'Suno Share',
  mainHeadHeadingTwo:
    'Code, conversations, and technical content from the Suno team',
  icons: {
    chevronLeft: `<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m15 18-6-6 6-6"/></svg>`,
    chevronRight: `<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m9 18 6-6-6-6"/></svg>`,
    moreHorizontal: `<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/></svg>`,
  },
  // footerTextParagraphOne:
  //   'A collection of technical content, Claude Code conversations, and engineering insights from the Suno team.',
  // footerTextParagraphTwo:
  //   'Easily share code snippets, conversations, and technical documentation with the team and community.',
} as const;
