Update src/app/layout.tsx

This commit is contained in:
2026-03-03 19:00:37 +00:00
parent 1bb8ad30fd
commit 205fb28abf

View File

@@ -6,41 +6,25 @@ 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: "MotorClub - Join the Premier Car Enthusiast Community",
description: "Connect with passionate car enthusiasts at MotorClub. Discover events, meets, track days, and exclusive member benefits. Join 500+ members today.",
keywords: "car club, automotive community, car meets, track days, car enthusiasts, motorsports, classic cars, performance cars",
metadataBase: new URL("https://motorclub.com"),
title: "MotorClub - Join the Premier Car Enthusiast Community", description: "Connect with passionate car enthusiasts at MotorClub. Discover events, meets, track days, and exclusive member benefits. Join 500+ members today.", keywords: "car club, automotive community, car meets, track days, car enthusiasts, motorsports, classic cars, performance cars", metadataBase: new URL("https://motorclub.com"),
alternates: {
canonical: "https://motorclub.com",
},
canonical: "https://motorclub.com"},
openGraph: {
title: "MotorClub - Premier Car Enthusiast Community",
description: "Join the most passionate car enthusiasts. Events, meets, track days, and exclusive community benefits.",
url: "https://motorclub.com",
siteName: "MotorClub",
type: "website",
images: [
title: "MotorClub - Premier Car Enthusiast Community", description: "Join the most passionate car enthusiasts. Events, meets, track days, and exclusive community benefits.", url: "https://motorclub.com", siteName: "MotorClub", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg",
alt: "MotorClub Featured Cars",
},
url: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg", alt: "MotorClub Featured Cars"},
],
},
twitter: {
card: "summary_large_image",
title: "MotorClub - Premier Car Enthusiast Community",
description: "Join 500+ passionate car enthusiasts for events, meets, and exclusive experiences.",
images: ["http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg"],
card: "summary_large_image", title: "MotorClub - Premier Car Enthusiast Community", description: "Join 500+ passionate car enthusiasts for events, meets, and exclusive experiences.", images: ["http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg"],
},
robots: {
index: true,