From e1ade8b631b5f2ecaad13dd3e78c74176e58dc33 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:55:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"