-
- Contact Information
-
-
-
-
setEmail(e.target.value)}
- disabled={isAuthenticated}
- className="mt-1 block w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-transparent disabled:bg-gray-50 disabled:text-gray-500"
- placeholder="you@example.com"
- />
- {isAuthenticated && (
-
- Using your account email address
-
+ {/* Shipping Address */}
+
+
+ Shipping Address
+
+ {isAuthenticated && savedAddresses.length > 0 ? (
+
+ ) : (
+
)}
-
-
- {/* Shipping Address */}
-
-
- Shipping Address
-
- {isAuthenticated && savedAddresses.length > 0 ? (
-
- ) : (
-
- )}
-
- {/* Submit */}
-
-
-
+ {/* Submit */}
+
+
+
+
{/* Edit Address Modal */}
{editingAddress && (
@@ -613,7 +617,7 @@ export function AddressStep({