diff --git a/src/app/page.tsx b/src/app/page.tsx index 5048c3b..8241b32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,9 +188,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email", required: true }, { name: "whatsAppNumber", type: "tel", placeholder: "WhatsApp Number", required: true } ]} - multiSelect={{ - name: "country", label: "Country", options: ["UAE", "UK", "USA", "Australia", "India", "Other"] - }} + multiSelect={{ name: "country", label: "Country", options: ["UAE", "UK", "USA", "Australia", "India", "Other"] }} textarea={{ name: "message", placeholder: "Message (optional)", rows: 4 }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/futuristic-representation-robotic-human-heart_23-2151681055.jpg"