From 205fb28abf0b9e8aef9ab1fd23155dcd5ebfc41b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:00:37 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf65360..995aaa9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,