Update src/app/layout.tsx
This commit is contained in:
@@ -6,36 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "KTM - Ready to Race | Futuristic Performance Motorcycles",
|
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: {
|
||||||
description: "Experience next-generation KTM motorcycles with cutting-edge technology. Explore our complete range from motocross to adventure bikes. Ready to race?",
|
title: "KTM - Ready to Race | The Future of Motorcycling", description: "Engineered for champions. Discover KTM's revolutionary motorcycle lineup.", siteName: "KTM", type: "website", images: [
|
||||||
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",
|
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"},
|
||||||
alt: "KTM Performance Dashboard",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user