Update src/app/join/page.tsx

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

View File

@@ -20,24 +20,21 @@ export default function JoinPage() {
const footerColumns = [
{
title: "Club",
items: [
title: "Club", items: [
{ label: "About Us", href: "/about" },
{ label: "Events", href: "/events" },
{ label: "Gallery", href: "/gallery" },
],
},
{
title: "Member",
items: [
title: "Member", items: [
{ label: "Join Now", href: "/join" },
{ label: "Member Login", href: "/login" },
{ label: "Dashboard", href: "/dashboard" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Contact", href: "#" },
@@ -63,9 +60,7 @@ export default function JoinPage() {
brandName="MotorClub"
navItems={navItems}
button={{
text: "Member Login",
href: "/login",
}}
text: "Member Login", href: "/login"}}
/>
</div>
@@ -74,10 +69,7 @@ export default function JoinPage() {
heading={[
{ type: "text", content: "Join our passionate" },
{
type: "image",
src: "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147730872.jpg",
alt: "MotorClub Logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/vintage-car-logo-collection_23-2147730872.jpg", alt: "MotorClub Logo"},
{ type: "text", content: "automotive family today" },
]}
buttons={[
@@ -117,15 +109,7 @@ export default function JoinPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Performance Automotive Magazine",
"Track Day Association",
"Classic Car Collectors",
"EV Enthusiasts Club",
"Drift Community Network",
"Luxury Car Society",
"Street Racing League",
"Car Modification Experts",
]}
"Performance Automotive Magazine", "Track Day Association", "Classic Car Collectors", "EV Enthusiasts Club", "Drift Community Network", "Luxury Car Society", "Street Racing League", "Car Modification Experts"]}
speed={40}
showCard={true}
/>