Update src/app/page.tsx

This commit is contained in:
2026-01-12 15:37:15 +00:00
parent 25756e0dbe
commit 49f9dce31f

View File

@@ -178,14 +178,14 @@ export default function LandingPage() {
description="Have questions about cat care or adoption? Reach out to our community. We'd love to hear from fellow cat enthusiasts and help you on your feline journey."
inputs={[
{
label: "Your Name", type: "text", placeholder: "Enter your name", required: true
id: "name", type: "text", placeholder: "Enter 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={{
label: "Message", placeholder: "Tell us about your cat or ask your question..."
id: "message", placeholder: "Tell us about your cat or ask your question..."
}}
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-vector/get-well-soon-with-cute-character_23-2148491698.jpg"