diff --git a/src/app/page.tsx b/src/app/page.tsx index b27c1fc..98797a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[ { - id: "name", type: "text", placeholder: "Your name", required: true + label: "Full Name", type: "text", placeholder: "Your name", required: true }, { - id: "email", type: "email", placeholder: "you@example.com", required: true + label: "Email Address", type: "email", placeholder: "you@example.com", required: true }, { - id: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false + label: "Phone Number", type: "tel", placeholder: "+1 (555) 000-0000", required: false } ]} textarea={{ - id: "message", 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" imageAlt="Meditation in nature"