3 Commits

Author SHA1 Message Date
b8c7654385 Update src/app/page.tsx 2026-06-05 11:59:24 +00:00
22c8ce9324 Update src/app/layout.tsx 2026-06-05 11:59:23 +00:00
aa748856f3 Merge version_1 into main
Merge version_1 into main
2026-06-05 11:57:12 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Drive Tribe Discord - Car Enthusiast Community', title: 'Kevin 94 community - 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.', 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"], keywords: ["car enthusiasts, discord server, automotive community, car builds, tuning, car meets, racing, classic cars, supercars"],
openGraph: { openGraph: {
"title": "Drive Tribe Discord", "title": "Drive Tribe Discord",

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
{ {
name: "Join", id: "#join"}, name: "Join", id: "#join"},
]} ]}
brandName="Drive Tribe" brandName="Kevin 94 community"
button={{ button={{
text: "Join Discord", href: "https://discord.gg/6tFvSgPNb6"}} text: "Join Discord", href: "https://discord.gg/6tFvSgPNb6"}}
/> />
@@ -50,7 +50,7 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroCarouselLogo <HeroCarouselLogo
logoText="Drive Tribe" logoText="Kevin 94 community"
description="Your ultimate destination for car enthusiasts. Connect, share, and explore the world of automotive passion." description="Your ultimate destination for car enthusiasts. Connect, share, and explore the world of automotive passion."
buttons={[ buttons={[
{ {
@@ -188,7 +188,7 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Ready to Join?" tag="Ready to Join?"
title="Hit the Gas and Join Drive Tribe!" title="Hit the Gas and Join Kevin 94 community!"
description="Become a part of our passionate community today. Click the button below to join the ultimate car enthusiasts Discord server. Your next automotive adventure awaits!" description="Become a part of our passionate community today. Click the button below to join the ultimate car enthusiasts Discord server. Your next automotive adventure awaits!"
mediaAnimation="opacity" mediaAnimation="opacity"
buttonText="Join Our Discord Server" buttonText="Join Our Discord Server"
@@ -199,7 +199,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Drive Tribe" logoText="Kevin 94 community"
columns={[ columns={[
{ {
title: "Community", items: [ title: "Community", items: [
@@ -220,10 +220,10 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2023 Drive Tribe. All rights reserved." copyrightText="© 2023 Kevin 94 community. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }