5 Commits

Author SHA1 Message Date
8f4d3c508e Update src/app/page.tsx 2026-06-05 12:01:50 +00:00
5563fc6c54 Merge version_2 into main
Merge version_2 into main
2026-06-05 11:59:27 +00:00
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 10 additions and 10 deletions

View File

@@ -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",

View File

@@ -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() {
<div id="home" data-section="home">
<HeroCarouselLogo
logoText="Drive Tribe"
logoText="Kevin 94 community"
description="Your ultimate destination for car enthusiasts. Connect, share, and explore the world of automotive passion."
buttons={[
{
@@ -120,10 +120,10 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "2000+", title: "Members", description: "Our community is rapidly growing, connecting enthusiasts worldwide.", icon: Users,
id: "m1", value: "100+ members", title: "Members", description: "Our community is rapidly growing, connecting enthusiasts worldwide.", icon: Users,
},
{
id: "m2", value: "100K+", title: "Messages Daily", description: "Vibrant discussions happening 24/7 across all our channels.", icon: MessageSquare,
id: "m2", value: "50+ messages daily", title: "Messages Daily", description: "Vibrant discussions happening 24/7 across all our channels.", icon: MessageSquare,
},
{
id: "m3", value: "50+", title: "Weekly Events", description: "From virtual hangouts to real-world meetups, there's always something to do.", icon: Calendar,
@@ -188,7 +188,7 @@ export default function LandingPage() {
background={{
variant: "plain"}}
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!"
mediaAnimation="opacity"
buttonText="Join Our Discord Server"
@@ -199,7 +199,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Drive Tribe"
logoText="Kevin 94 community"
columns={[
{
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>
</ReactLenis>
</ThemeProvider>
);
}
}