From 7bfa12a8c486c71c4525fb31ebeaaa3faadd8930 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:09:20 +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 2b70a85..00dc9d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "TransitFlow - Transportation Services Reporting Platform", - description: "Smart fleet management software for medical transportation, dialysis services, and on-demand rides. Real-time vehicle tracking, fuel analysis, and multi-timeframe reporting. Enterprise-grade security.", - keywords: "fleet management, transportation reporting, vehicle tracking, fuel cost analysis, medical transportation, dialysis services, expense tracking", - metadataBase: new URL("https://transitflow.io"), + title: "TransitFlow - Transportation Services Reporting Platform", description: "Smart fleet management software for medical transportation, dialysis services, and on-demand rides. Real-time vehicle tracking, fuel analysis, and multi-timeframe reporting. Enterprise-grade security.", keywords: "fleet management, transportation reporting, vehicle tracking, fuel cost analysis, medical transportation, dialysis services, expense tracking", metadataBase: new URL("https://transitflow.io"), alternates: { - canonical: "https://transitflow.io", - }, + canonical: "https://transitflow.io"}, openGraph: { - title: "TransitFlow - Smart Transportation Reporting", - description: "Manage your entire fleet with advanced analytics and real-time tracking. Daily, monthly, and quarterly reporting for medical appointments and transportation services.", - url: "https://transitflow.io", - siteName: "TransitFlow", - type: "website", - images: [ + title: "TransitFlow - Smart Transportation Reporting", description: "Manage your entire fleet with advanced analytics and real-time tracking. Daily, monthly, and quarterly reporting for medical appointments and transportation services.", url: "https://transitflow.io", siteName: "TransitFlow", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png", - alt: "A modern transportation management dashboard showing vehicle tracking, fuel costs, and mileage analy", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png", alt: "A modern transportation management dashboard showing vehicle tracking, fuel costs, and mileage analy"}, ], }, twitter: { - card: "summary_large_image", - title: "TransitFlow - Transportation Services Reporting", - description: "Real-time fleet management with advanced vehicle analytics and multi-timeframe reporting.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png"], + card: "summary_large_image", title: "TransitFlow - Transportation Services Reporting", description: "Real-time fleet management with advanced vehicle analytics and multi-timeframe reporting.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png"], }, robots: { index: true,