From dfa3de625da7bc0c7172d9c1fa0dd776b41a5966 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:41:04 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f4db859..cbc9e1a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,48 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const archivo = Archivo({ - variable: "--font-archivo", - subsets: ["latin"], + variable: "--font-archivo", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Smart City Complaint Management System | AI-Powered Urban Solutions", - description: "AI/ML-powered smart city complaint management platform for real-time issue tracking, drainage detection, garbage monitoring, and efficient urban infrastructure management across Indian cities.", - keywords: "smart city, complaint management, AI detection, drainage monitoring, garbage tracking, IoT sensors, urban infrastructure, municipal management", - metadataBase: new URL("https://smartcity-complaints.com"), + title: "Smart City Complaint Management System | AI-Powered Urban Solutions", description: "AI/ML-powered smart city complaint management platform for real-time issue tracking, drainage detection, garbage monitoring, and efficient urban infrastructure management across Indian cities.", keywords: "smart city, complaint management, AI detection, drainage monitoring, garbage tracking, IoT sensors, urban infrastructure, municipal management", metadataBase: new URL("https://smartcity-complaints.com"), alternates: { - canonical: "https://smartcity-complaints.com", - }, + canonical: "https://smartcity-complaints.com"}, openGraph: { - title: "Smart City Complaint Management System", - description: "Transform urban management with AI-powered complaint resolution and real-time infrastructure monitoring", - siteName: "SmartCity Complaints", - type: "website", - images: [ + title: "Smart City Complaint Management System", description: "Transform urban management with AI-powered complaint resolution and real-time infrastructure monitoring", siteName: "SmartCity Complaints", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYXcqyJaUJ1gpGuTFzEI3Ejgnk/a-modern-smart-city-complaint-management-1772770824330-3e4ef9b9.png", - alt: "Smart city complaint management dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYXcqyJaUJ1gpGuTFzEI3Ejgnk/a-modern-smart-city-complaint-management-1772770824330-3e4ef9b9.png", alt: "Smart city complaint management dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "Smart City Complaint Management System", - description: "AI-powered urban complaint management and infrastructure monitoring", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYXcqyJaUJ1gpGuTFzEI3Ejgnk/a-modern-smart-city-complaint-management-1772770824330-3e4ef9b9.png", - ], + card: "summary_large_image", title: "Smart City Complaint Management System", description: "AI-powered urban complaint management and infrastructure monitoring", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYXcqyJaUJ1gpGuTFzEI3Ejgnk/a-modern-smart-city-complaint-management-1772770824330-3e4ef9b9.png"], }, }; @@ -1436,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}