From 22c8ce9324134e9d96b0a4308176866cdea9a22e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 11:59:23 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 46fb513..8510ceb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Drive Tribe Discord - Car Enthusiast Community', - description: 'Join Drive Tribe, the ultimate Discord server for car enthusiasts. Connect with fellow gearheads, share builds, discuss tuning, and explore the world of automotive passion.', + title: 'Kevin 94 community - Car Enthusiast Community', + description: 'Join Kevin 94 community, the ultimate Discord server for car enthusiasts. Connect with fellow gearheads, share builds, discuss tuning, and explore the world of automotive passion.', keywords: ["car enthusiasts, discord server, automotive community, car builds, tuning, car meets, racing, classic cars, supercars"], openGraph: { "title": "Drive Tribe Discord", -- 2.49.1 From b8c7654385074fb66cebcb59b535c631e69e72f9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 11:59:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 278a305..75dc858 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { { name: "Join", id: "#join"}, ]} - brandName="Drive Tribe" + brandName="Kevin 94 community" button={{ text: "Join Discord", href: "https://discord.gg/6tFvSgPNb6"}} /> @@ -50,7 +50,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1