Update src/app/page.tsx
This commit is contained in:
@@ -158,17 +158,17 @@ export default function LandingPage() {
|
||||
description="Ready to transform your life through yoga? Reach out to reserve your spot at our next retreat or request more information about our programs."
|
||||
inputs={[
|
||||
{
|
||||
label: "Full Name", type: "text", placeholder: "Your name", required: true
|
||||
id: "name", type: "text", placeholder: "Your name", required: true
|
||||
},
|
||||
{
|
||||
label: "Email Address", type: "email", placeholder: "you@example.com", required: true
|
||||
id: "email", type: "email", placeholder: "you@example.com", required: true
|
||||
},
|
||||
{
|
||||
label: "Phone Number", type: "tel", placeholder: "+1 (555) 000-0000", required: false
|
||||
id: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
label: "Tell us about yourself", placeholder: "Share your yoga experience, goals, and which retreat interests you...", required: true
|
||||
id: "message", placeholder: "Share your yoga experience, goals, and which retreat interests you...", required: true
|
||||
}}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9668.jpg"
|
||||
imageAlt="Meditation in nature"
|
||||
|
||||
Reference in New Issue
Block a user