Update src/app/page.tsx

This commit is contained in:
2026-01-12 12:42:10 +00:00
parent 6edf20e09e
commit 25c6cd2e7c

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -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", label: "Full Name", type: "text", placeholder: "Your name", required: true
label: "Full Name", type: "text", placeholder: "Your name", required: true
},
{
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
label: "Email Address", type: "email", placeholder: "your@email.com", required: true
}
]}
textarea={{
id: "interests", label: "Tea Interests (Optional)", 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"