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