import type { Metadata } from 'next'; const BASE_URL = 'https://ayrisai.xyz'; export const metadata: Metadata = { title: 'AI System Prompts & LLM Templates | ayris.tech', description: 'Curated AI system prompts and LLM agent templates for ChatGPT, Claude, and Gemini. Covering Next.js architecture, UI/UX design, Python automation, and full-stack development roles.', keywords: [ 'AI system prompts', 'ChatGPT system prompt', 'Claude system prompt', 'LLM agent template', 'AI coding assistant prompt', 'Next.js AI prompt', 'Python AI agent prompt', 'Gemini prompt engineering', ], alternates: { canonical: `${BASE_URL}/en/prompts`, }, openGraph: { title: 'AI System Prompts & LLM Templates | ayris.tech', description: 'Battle-tested AI system prompts and LLM templates for ChatGPT, Claude, and Gemini.', url: `${BASE_URL}/en/prompts`, type: 'website', }, }; export default function PromptsLayout({ children }: { children: React.ReactNode }) { return ( <>