Update src/app/page.tsx

This commit is contained in:
2026-01-12 15:31:31 +00:00
parent e310376bc0
commit e2e2244c6c

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/pretty-woman-playing-with-siamese-cat_158595-5726.jpg" imageSrc: "https://img.b2bpic.net/free-photo/pretty-woman-playing-with-siamese-cat_158595-5726.jpg"
}} }}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Cat Care Guide", href: "features" }, { text: "Cat Care Guide", href: "features" },
{ text: "Cat Facts", href: "#" } { text: "Cat Facts", href: "#" }
@@ -138,7 +138,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -178,16 +178,16 @@ 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." 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={[ 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={{ 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="invertDefault" useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-vector/get-well-soon-with-cute-character_23-2148491698.jpg" imageSrc="https://img.b2bpic.net/free-vector/get-well-soon-with-cute-character_23-2148491698.jpg"
mediaPosition="right" mediaPosition="right"
buttonText="Send Message" buttonText="Send Message"