Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -179,17 +179,17 @@ export default function LandingPage() {
|
||||
description="Join our community and start your next adventure. Connect with thousands of passionate riders, attend exclusive events, and become part of something bigger."
|
||||
inputs={[
|
||||
{
|
||||
id: "name", label: "Full Name", type: "text", placeholder: "Your name", required: true
|
||||
label: "Full Name", type: "text", placeholder: "Your name", required: true
|
||||
},
|
||||
{
|
||||
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
||||
label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
||||
},
|
||||
{
|
||||
id: "chapter", label: "Preferred Chapter", type: "text", placeholder: "e.g., Chicago, Austin, Miami", required: false
|
||||
label: "Preferred Chapter", type: "text", placeholder: "e.g., Chicago, Austin, Miami", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
id: "message", label: "Tell Us About Your Ride", placeholder: "Your motorcycle model, riding experience, interests...", required: false
|
||||
label: "Tell Us About Your Ride", placeholder: "Your motorcycle model, riding experience, interests...", required: false
|
||||
}}
|
||||
buttonText="Join the Pack"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891421.jpg"
|
||||
|
||||
Reference in New Issue
Block a user