Update src/app/layout.tsx

This commit is contained in:
2026-03-06 04:41:04 +00:00
parent 56093d6dae
commit dfa3de625d

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}