Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user