import './globals.css' export const metadata = { metadataBase: new URL('https://fibe.me'), title: { default: 'Fibe — Idea to Live App in 60 Seconds. No Code Required.', template: '%s | Fibe', }, description: 'Turn any idea into a live app in 60 seconds — no coding experience needed. ' + 'AI Genies write the code. Fibe handles servers, SSL and deploys on DigitalOcean, AWS, GCP, Azure or any VPS. Zero DevOps.', keywords: [ 'no-code platform', 'AI app builder', 'deploy app without coding', 'app hosting', 'AI agent development', 'docker orchestration', 'DevOps automation', 'DigitalOcean app deploy', 'AWS app hosting', 'GCP deployment', 'Azure app deployment', 'fibe platform', 'AI code generation', 'live preview environment', 'self-hosted deployment', ], authors: [{ name: 'Fibe', url: 'https://fibe.me' }], creator: 'Fibe', publisher: 'Fibe', robots: { index: true, follow: true, googleBot: { index: true, follow: true, 'max-image-preview': 'large' }, }, openGraph: { type: 'website', locale: 'en_US', url: 'https://fibe.me', siteName: 'Fibe', title: 'Fibe — Idea to Live App in 60 Seconds.', description: 'No code required. AI Genies write the code. Fibe ships it — SSL, subdomains, deploys — on DigitalOcean, AWS, GCP, Azure or any VPS.', }, twitter: { card: 'summary_large_image', site: '@fibegg', creator: '@fibegg', title: 'Fibe — Idea to Live App in 60 Seconds.', description: 'No code required. AI Genies write the code. Fibe ships it on your own infrastructure.', }, alternates: { canonical: 'https://fibe.me', }, } export default function RootLayout({ children }) { return (