diff --git a/src/app/page.tsx b/src/app/page.tsx index fbb8bcb..b37267e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -210,7 +210,7 @@ export default function LandingPage() { { name: "service", type: "text", placeholder: "Which service interests you? (e.g., Soul Mission Reading, Life Alignment Coaching)" } ]} textarea={{ - name: "message", placeholder: "Tell Tanita what you're seeking support with. The more you share, the better she can help.", rows: 5, + name: "message", placeholder: "What brought you here?", rows: 5, required: true }} useInvertedBackground={false}