Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user