From fe6e9b69993734050b2837b64b4e60fe16fbb01a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:47:47 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf6373f..2f796c5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,30 +5,17 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "SY-Refund - Airline Refund Management System", - description: "Streamline airline refund processing with SY-Refund's multi-tier approval workflow, secure document management, and real-time notifications. Purpose-built for Syrian Airlines.", - keywords: "airline refund, refund management, approval workflow, passenger refunds, document management", - metadataBase: new URL("https://sy-refund.test"), + title: "SY-Refund - Airline Refund Management System", description: "Streamline airline refund processing with SY-Refund's multi-tier approval workflow, secure document management, and real-time notifications. Purpose-built for Syrian Airlines.", keywords: "airline refund, refund management, approval workflow, passenger refunds, document management", metadataBase: new URL("https://sy-refund.test"), alternates: { - canonical: "https://sy-refund.test", - }, + canonical: "https://sy-refund.test"}, openGraph: { - title: "SY-Refund - Airline Refund Management System", - description: "Streamline airline refund processing with multi-tier approvals and secure document management.", - url: "https://sy-refund.test", - siteName: "SY-Refund", - type: "website", - }, + title: "SY-Refund - Airline Refund Management System", description: "Streamline airline refund processing with multi-tier approvals and secure document management.", url: "https://sy-refund.test", siteName: "SY-Refund", type: "website"}, twitter: { - card: "summary_large_image", - title: "SY-Refund - Airline Refund Management", - description: "Multi-tier refund approval system for airlines", - }, + card: "summary_large_image", title: "SY-Refund - Airline Refund Management", description: "Multi-tier refund approval system for airlines"}, robots: { index: true, follow: true,