From 3a0fd500fe1b9e330c442a44b2aa078ff3686873 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:44:31 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6243797..e5c63af 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "SecurityCore | Enterprise Security Infrastructure Platform", - description: "Production-grade security infrastructure for IT teams. Go backend, Rust scanning, dedicated workers, and SLA-backed reliability. Schedule your consultation today.", - keywords: "security infrastructure, threat detection, cloud security, SaaS security, DevOps security, infrastructure scanning, IT security solutions", - robots: { + title: "SecurityCore | Enterprise Security Infrastructure Platform", description: "Production-grade security infrastructure for IT teams. Go backend, Rust scanning, dedicated workers, and SLA-backed reliability. Schedule your consultation today.", keywords: "security infrastructure, threat detection, cloud security, SaaS security, DevOps security, infrastructure scanning, IT security solutions", robots: { index: true, follow: true, }, openGraph: { - title: "SecurityCore | Enterprise Security Infrastructure", - description: "Enterprise-grade security infrastructure designed for reliability, scalability, and peace of mind.", - url: "https://securitycore.io", - siteName: "SecurityCore", - type: "website", - images: [ + title: "SecurityCore | Enterprise Security Infrastructure", description: "Enterprise-grade security infrastructure designed for reliability, scalability, and peace of mind.", url: "https://securitycore.io", siteName: "SecurityCore", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png", - alt: "SecurityCore Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png", alt: "SecurityCore Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "SecurityCore | Enterprise Security Infrastructure", - description: "Production-grade security infrastructure for IT teams.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png", - ], + card: "summary_large_image", title: "SecurityCore | Enterprise Security Infrastructure", description: "Production-grade security infrastructure for IT teams.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png"], }, };