Compare commits

4 Commits

Author SHA1 Message Date
f365d12f06 Merge version_1 into main
Merge version_1 into main
2026-01-12 12:48:55 +00:00
e4228bb085 Merge version_1 into main
Merge version_1 into main
2026-01-12 12:46:41 +00:00
f2655b94e9 Merge version_1 into main
Merge version_1 into main
2026-01-12 12:44:30 +00:00
1f349c67c8 Merge version_1 into main
Merge version_1 into main
2026-01-12 12:42:15 +00:00

View File

@@ -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." description="Subscribe to our newsletter for exclusive tea recommendations, wellness tips, and special offerings. We honor your privacy and only share valuable content."
inputs={[ inputs={[
{ {
label: "Full Name", type: "text", placeholder: "Your name", required: true id: "name", type: "text", placeholder: "Your name", required: true
}, },
{ {
label: "Email Address", type: "email", placeholder: "your@email.com", required: true id: "email", type: "email", placeholder: "your@email.com", required: true
} }
]} ]}
textarea={{ textarea={{
label: "Tea Interests (Optional)", placeholder: "Tell us what wellness benefits you're interested in—stress relief, energy, sleep support, etc.", required: false id: "interests", placeholder: "Tell us what wellness benefits you're interested in—stress relief, energy, sleep support, etc.", required: false
}} }}
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
buttonText="Join the Community" buttonText="Join the Community"