From 805ec665f061d407a56b056450b06135ac5e6fcf Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 12:46:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51bc9c1..6ae82b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,14 +199,14 @@ export default function LandingPage() { description="Subscribe to our newsletter for exclusive tea recommendations, wellness tips, and special offerings. We honor your privacy and only share valuable content." 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: "your@email.com", required: true + label: "Email Address", type: "email", placeholder: "your@email.com", required: true } ]} textarea={{ - id: "interests", placeholder: "Tell us what wellness benefits you're interested in—stress relief, energy, sleep support, etc.", required: false + label: "Tea Interests (Optional)", placeholder: "Tell us what wellness benefits you're interested in—stress relief, energy, sleep support, etc.", required: false }} useInvertedBackground="invertDefault" buttonText="Join the Community"