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."
|
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={[
|
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: "you@example.com", required: true
|
label: "Email Address", type: "email", placeholder: "you@example.com", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "phone", label: "Phone Number", type: "tel", placeholder: "+1 (555) 000-0000", required: false
|
label: "Phone Number", type: "tel", placeholder: "+1 (555) 000-0000", required: false
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
id: "message", label: "Tell us about yourself", placeholder: "Share your yoga experience, goals, and which retreat interests you...", required: true
|
label: "Tell us about yourself", 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"
|
imageSrc="https://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9668.jpg"
|
||||||
imageAlt="Meditation in nature"
|
imageAlt="Meditation in nature"
|
||||||
|
|||||||
Reference in New Issue
Block a user