From 01613f6d471335e22d6606cd42f19bacb9b59e7a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:31:07 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bf352f3..967cd7c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,36 +6,22 @@ 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"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "KTM - Ready to Race | Futuristic Performance Motorcycles", - description: "Experience next-generation KTM motorcycles with cutting-edge technology. Explore our complete range from motocross to adventure bikes. Ready to race?", - keywords: "KTM motorcycles, motocross, racing, adventure bikes, superbike, performance motorcycles, dirt bikes, off-road", - openGraph: { - title: "KTM - Ready to Race | The Future of Motorcycling", - description: "Engineered for champions. Discover KTM's revolutionary motorcycle lineup.", - siteName: "KTM", - type: "website", - images: [ + title: "KTM - Ready to Race | Futuristic Performance Motorcycles", description: "Experience next-generation KTM motorcycles with cutting-edge technology. Explore our complete range from motocross to adventure bikes. Ready to race?", keywords: "KTM motorcycles, motocross, racing, adventure bikes, superbike, performance motorcycles, dirt bikes, off-road", openGraph: { + title: "KTM - Ready to Race | The Future of Motorcycling", description: "Engineered for champions. Discover KTM's revolutionary motorcycle lineup.", siteName: "KTM", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-futuristic-high-tech-motorcycle-dashbo-1772497657804-e0fdf6d3.png", - alt: "KTM Performance Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-futuristic-high-tech-motorcycle-dashbo-1772497657804-e0fdf6d3.png", alt: "KTM Performance Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "KTM - Ready to Race", - description: "The future of motorcycling is here. Experience KTM's revolutionary performance.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-futuristic-high-tech-motorcycle-dashbo-1772497657804-e0fdf6d3.png"], + card: "summary_large_image", title: "KTM - Ready to Race", description: "The future of motorcycling is here. Experience KTM's revolutionary performance.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-futuristic-high-tech-motorcycle-dashbo-1772497657804-e0fdf6d3.png"], }, robots: { index: true,