Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:54:46 +00:00
parent ec5c90b2d6
commit 85c31488a2

View File

@@ -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}