Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 170f0d7a5e |
@@ -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."
|
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={[
|
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={{
|
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"
|
buttonText="Join the Pack"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891421.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891421.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user