diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 056d5de..00fcd9e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,35 +5,22 @@ import Tag from "@/tag/Tag"; import "./globals.css"; const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", - subsets: ["latin"], + variable: "--font-source-sans-3", subsets: ["latin"], }); export const metadata: Metadata = { - title: "NextStep AI | Healthcare & Government AI Solutions", - description: "Enterprise AI solutions for healthcare optimization and government contracting. HIPAA compliant, FedRAMP certified. Transform operations with intelligent automation.", - keywords: "AI healthcare, government contracting, predictive analytics, compliance AI, healthcare technology", - robots: { + title: "NextStep AI | Healthcare & Government AI Solutions", description: "Enterprise AI solutions for healthcare optimization and government contracting. HIPAA compliant, FedRAMP certified. Transform operations with intelligent automation.", keywords: "AI healthcare, government contracting, predictive analytics, compliance AI, healthcare technology", robots: { index: true, follow: true, }, openGraph: { - title: "NextStep AI | Healthcare & Government AI Solutions", - description: "Intelligent AI platform transforming healthcare operations and government contracting with compliance-first design.", - type: "website", - siteName: "NextStep AI", - images: [ + title: "NextStep AI | Healthcare & Government AI Solutions", description: "Intelligent AI platform transforming healthcare operations and government contracting with compliance-first design.", type: "website", siteName: "NextStep AI", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQCtmE0Ke46MSPsjSyTNlIZpz9/a-modern-healthcare-ai-dashboard-interfa-1772515831151-4558354d.png", - alt: "NextStep AI Healthcare Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQCtmE0Ke46MSPsjSyTNlIZpz9/a-modern-healthcare-ai-dashboard-interfa-1772515831151-4558354d.png", alt: "NextStep AI Healthcare Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "NextStep AI | Healthcare & Government AI Solutions", - description: "Transform healthcare operations and government contracting with intelligent AI", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQCtmE0Ke46MSPsjSyTNlIZpz9/a-modern-healthcare-ai-dashboard-interfa-1772515831151-4558354d.png"], + card: "summary_large_image", title: "NextStep AI | Healthcare & Government AI Solutions", description: "Transform healthcare operations and government contracting with intelligent AI", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQCtmE0Ke46MSPsjSyTNlIZpz9/a-modern-healthcare-ai-dashboard-interfa-1772515831151-4558354d.png"], }, }; @@ -1419,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}