Update src/app/page.tsx

This commit is contained in:
2026-05-23 21:02:31 +00:00
parent ea69ae6810
commit 80dca5ecfe

View File

@@ -150,6 +150,7 @@ export default function LandingPage() {
{ name: "nome", type: "text", placeholder: "Seu nome" }, { name: "nome", type: "text", placeholder: "Seu nome" },
{ name: "pet", type: "text", placeholder: "Nome do Pet" } { name: "pet", type: "text", placeholder: "Nome do Pet" }
]} ]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-playing-with-dog_23-2149174730.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-playing-with-dog_23-2149174730.jpg"
buttonText="Agendar via WhatsApp" buttonText="Agendar via WhatsApp"
/> />