@@ -24,46 +24,45 @@ <h1 class="text-3xl font-bold text-gray-800 mb-2">Visitor Check-in</h1>
2424
2525 <!-- Name Field -->
2626 < div class ="space-y-2 ">
27- < label for ="name " class ="block text-sm font-medium text-gray-700 ">
27+ < label for ="name " class ="block text-sm font-medium text-gray-700 flex items-center ">
2828 < svg class ="inline w-4 h-4 mr-1 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
2929 < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z "/>
3030 </ svg >
31- Full Name *
32- </ label >
33- < input type ="text "
34- id ="name "
35- name ="name "
31+ < span class ="align-middle "> Full Name *</ span > </ label >
32+ < input type ="text "
33+ id ="name "
34+ name ="name "
3635 required
3736 class ="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors "
3837 placeholder ="Enter your full name ">
3938 </ div >
4039
4140 <!-- Email Field -->
4241 < div class ="space-y-2 ">
43- < label for ="email " class ="block text-sm font-medium text-gray-700 ">
42+ < label for ="email " class ="block text-sm font-medium text-gray-700 **flex items-center** ">
4443 < svg class ="inline w-4 h-4 mr-1 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
4544 < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z "/>
4645 </ svg >
47- Email Address *
46+ < span class =" align-middle " > Email Address *</ span >
4847 </ label >
49- < input type ="email "
50- id ="email "
51- name ="email "
48+ < input type ="email "
49+ id ="email "
50+ name ="email "
5251 required
5352 class ="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors "
5453 placeholder ="Enter your email address ">
5554 </ div >
5655
5756 <!-- Phone Field -->
5857 < div class ="space-y-2 ">
59- < label for ="phone " class ="block text-sm font-medium text-gray-700 ">
58+ < label for ="phone " class ="block text-sm font-medium text-gray-700 **flex items-center** ">
6059 < svg class ="inline w-4 h-4 mr-1 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
6160 < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z "/>
6261 </ svg >
63- Phone Number *
62+ < span class =" align-middle " > Phone Number *</ span >
6463 </ label >
65- < input type ="tel "
66- id ="phone "
64+ < input type ="tel "
65+ id ="phone "
6766 name ="phoneNumber "
6867 required
6968 class ="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors "
@@ -72,31 +71,31 @@ <h1 class="text-3xl font-bold text-gray-800 mb-2">Visitor Check-in</h1>
7271
7372 <!-- Company Field -->
7473 < div class ="space-y-2 ">
75- < label for ="company " class ="block text-sm font-medium text-gray-700 ">
74+ < label for ="company " class ="block text-sm font-medium text-gray-700 **flex items-center** ">
7675 < svg class ="inline w-4 h-4 mr-1 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
7776 < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4 "/>
7877 </ svg >
79- Company *
78+ < span class =" align-middle " > Company *</ span >
8079 </ label >
81- < input type ="text "
82- id ="company "
83- name ="company "
80+ < input type ="text "
81+ id ="company "
82+ name ="company "
8483 required
8584 class ="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors "
8685 placeholder ="Enter your company name ">
8786 </ div >
8887
8988 <!-- Host Dropdown - Full Width -->
9089 < div class ="md:col-span-2 space-y-2 ">
91- < label for ="host-search " class ="block text-sm font-medium text-gray-700 ">
90+ < label for ="host-search " class ="block text-sm font-medium text-gray-700 **flex items-center** ">
9291 < svg class ="inline w-4 h-4 mr-1 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
9392 < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z "/>
9493 </ svg >
95- Who are you visiting? *
94+ < span class =" align-middle " > Who are you visiting? *</ span >
9695 </ label >
9796 < div class ="relative ">
98- < input type ="text "
99- id ="host-search "
97+ < input type ="text "
98+ id ="host-search "
10099 name ="hostSearch "
101100 autocomplete ="off "
102101 class ="w-full px-4 py-3 pr-10 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors "
0 commit comments