From baf070a5fd6b08422e69c3f11a65c2430ea4c162 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:59:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dc461f8..45338fa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,31 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], + variable: "--font-nunito-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Guesto - Travel CRM & Itinerary Builder for Agencies", - description: "Streamline travel business management with Guesto's SaaS platform. Manage customers, create professional itineraries, track enquiries, and automate pricing.", - keywords: "travel CRM, itinerary builder, travel management software, tour operator software, travel agency platform", - openGraph: { - title: "Guesto - Professional Travel Management Platform", - description: "Manage your entire travel business in one platform. Customer management, itinerary builder, enquiry tracking, and automated pricing.", - type: "website", - siteName: "Guesto", - images: [ + title: "Guesto - Travel CRM & Itinerary Builder for Agencies", description: "Streamline travel business management with Guesto's SaaS platform. Manage customers, create professional itineraries, track enquiries, and automate pricing.", keywords: "travel CRM, itinerary builder, travel management software, tour operator software, travel agency platform", openGraph: { + title: "Guesto - Professional Travel Management Platform", description: "Manage your entire travel business in one platform. Customer management, itinerary builder, enquiry tracking, and automated pricing.", type: "website", siteName: "Guesto", images: [ { - url: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", - alt: "Guesto Dashboard" + url: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", alt: "Guesto Dashboard" } ] }, twitter: { - card: "summary_large_image", - title: "Guesto - Travel Management Made Simple", - description: "The all-in-one platform for travel agencies to manage customers and create professional itineraries.", - images: ["http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"] + card: "summary_large_image", title: "Guesto - Travel Management Made Simple", description: "The all-in-one platform for travel agencies to manage customers and create professional itineraries.", images: ["http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"] }, robots: { index: true,